Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.79 KB

kibana-plugin-core-public.coresetup.md

File metadata and controls

26 lines (18 loc) · 1.79 KB

Home > kibana-plugin-core-public > CoreSetup

CoreSetup interface

Core services exposed to the Plugin setup lifecycle

Signature:

export interface CoreSetup<TPluginsStart extends object = object, TStart = unknown> 

Properties

Property Type Description
application ApplicationSetup ApplicationSetup
fatalErrors FatalErrorsSetup FatalErrorsSetup
getStartServices StartServicesAccessor<TPluginsStart, TStart> StartServicesAccessor
http HttpSetup HttpSetup
injectedMetadata { getInjectedVar: (name: string, defaultValue?: any) => unknown; } exposed temporarily until #41990 done use *only* to retrieve config values. There is no way to set injected values in the new platform.
notifications NotificationsSetup NotificationsSetup
uiSettings IUiSettingsClient IUiSettingsClient