kibana/docs/development/core/public/kibana-plugin-public.plugininitializercontext.md
2019-07-30 13:34:17 -05:00

731 B

Home > kibana-plugin-public > PluginInitializerContext

PluginInitializerContext interface

The available core services passed to a PluginInitializer

Signature:

export interface PluginInitializerContext 

Properties

Property Type Description
opaqueId PluginOpaqueId A symbol used to identify this plugin in the system. Needed when registering handlers or context providers.