Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 926 Bytes

kibana-plugin-public.legacycoresetup.md

File metadata and controls

28 lines (17 loc) · 926 Bytes

Home > kibana-plugin-public > LegacyCoreSetup

LegacyCoreSetup interface

Warning: This API is now obsolete.

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

Signature:

export interface LegacyCoreSetup extends CoreSetup 

Properties

Property Type Description
injectedMetadata InjectedMetadataSetup

Remarks

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