ApplicationSetup |
|
ApplicationStart |
|
BasePathSetup |
Provides access to the 'server.basePath' configuration option in kibana.yml |
Capabilities |
The read-only set of capabilities available for the current UI session. Capabilities are simple key-value pairs of (string, boolean), where the string denotes the capability ID, and the boolean is a flag indicating if the capability is enabled or disabled. |
ChromeBadge |
|
ChromeBrand |
|
ChromeBreadcrumb |
|
CoreSetup |
Core services exposed to the start lifecycle |
CoreStart |
|
FatalErrorsSetup |
FatalErrors stop the Kibana Public Core and displays a fatal error screen with details about the Kibana build and the error. |
I18nSetup |
I18nSetup.Context is required by any localizable React component from @kbn/i18n and @elastic/eui packages and is supposed to be used as the topmost component for any i18n-compatible React tree. |
InjectedMetadataSetup |
Provides access to the metadata injected by the server into the page |
LegacyNavLink |
|
NotificationsSetup |
|
OverlayStart |
|
Plugin |
The interface that should be returned by a PluginInitializer . |
PluginInitializerContext |
The available core services passed to a PluginInitializer |
PluginSetupContext |
The available core services passed to a plugin's Plugin#setup method. |
UiSettingsState |
|