Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

kibana-plugin-core-public.plugininitializercontext.md

File metadata and controls

22 lines (14 loc) · 1.04 KB

Home > kibana-plugin-core-public > PluginInitializerContext

PluginInitializerContext interface

The available core services passed to a PluginInitializer

Signature:

export interface PluginInitializerContext<ConfigSchema extends object = object> 

Properties

Property Type Description
config { get: <T extends object = ConfigSchema>() => T; }
env { mode: Readonly<EnvironmentMode>; packageInfo: Readonly<PackageInfo>; }
opaqueId PluginOpaqueId A symbol used to identify this plugin in the system. Needed when registering handlers or context providers.