Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 651 Bytes

kibana-plugin-core-server.plugininitializercontext.config.md

File metadata and controls

17 lines (13 loc) · 651 Bytes

Home > kibana-plugin-core-server > PluginInitializerContext > config

PluginInitializerContext.config property

Signature:

config: {
        legacy: {
            globalConfig$: Observable<SharedGlobalConfig>;
        };
        create: <T = ConfigSchema>() => Observable<T>;
        createIfExists: <T = ConfigSchema>() => Observable<T | undefined>;
    };