Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.21 KB

kibana-plugin-public.corestart.md

File metadata and controls

29 lines (21 loc) · 2.21 KB

Home > kibana-plugin-public > CoreStart

CoreStart interface

Core services exposed to the Plugin start lifecycle

Signature:

export interface CoreStart 

Properties

Property Type Description
application ApplicationStart ApplicationStart
chrome ChromeStart ChromeStart
docLinks DocLinksStart DocLinksStart
http HttpStart HttpStart
i18n I18nStart I18nStart
injectedMetadata {
getInjectedVar: (name: string, defaultValue?: any) => unknown;
}
exposed temporarily until elastic#41990 done use *only* to retrieve config values. There is no way to set injected values in the new platform. Use the legacy platform API instead.
notifications NotificationsStart NotificationsStart
overlays OverlayStart OverlayStart
savedObjects SavedObjectsStart SavedObjectsStart
uiSettings UiSettingsClientContract UiSettingsClient