Back to Kibana

File component context

src/platform/packages/shared/shared-ux/file/context/README.mdx

9.4.0271 B
Original Source

Description

Context in which the Global Experience files components should live to access files client and more.

Example

tsx
const client = files.filesClientFactory.asUnscoped<MyImageMetadata>()
...
<FilesClient client={client}>
  <MyApp />
</FilesClient>