Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 926 Bytes

kibana-plugin-public.legacycorestart.md

File metadata and controls

28 lines (17 loc) · 926 Bytes

Home > kibana-plugin-public > LegacyCoreStart

LegacyCoreStart interface

Warning: This API is now obsolete.

Start interface exposed to the legacy platform via the ui/new_platform module.

Signature:

export interface LegacyCoreStart extends CoreStart 

Properties

Property Type Description
injectedMetadata InjectedMetadataStart

Remarks

Some methods are not supported in the legacy platform and while present to make this type compatibile with CoreStart, unsupported methods will throw exceptions when called.