mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
(cherry picked from commit aae100f709
)
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
This commit is contained in:
parent
eac50092de
commit
f5cbe25d0e
2 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@ export interface FilesSetup {
|
|||
/**
|
||||
* A factory for creating an {@link FilesClient} instance. This requires a
|
||||
* registered {@link FileKind}.
|
||||
*
|
||||
* @track-adoption
|
||||
*/
|
||||
filesClientFactory: FilesClientFactory;
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ export interface FilesSetup {
|
|||
* that will be uploaded.
|
||||
*
|
||||
* @param {FileKind} fileKind - the file kind to register
|
||||
*
|
||||
* @track-adoption
|
||||
*/
|
||||
registerFileKind(fileKind: FileKind): void;
|
||||
}
|
||||
|
@ -33,6 +35,8 @@ export interface FilesPluginSetupDependencies {
|
|||
export interface FilesStart {
|
||||
/**
|
||||
* Create an instance of {@link FileServiceStart}.
|
||||
*
|
||||
* @track-adoption
|
||||
*/
|
||||
fileServiceFactory: FileServiceFactory;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue