mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
907 B
907 B
API Reference
Packages
Package | Description |
---|---|
kibana-plugin-core-public | The Kibana Core APIs for client-side plugins.A plugin's public/index file must contain a named import, plugin , that implements which returns an object that implements .The plugin integrates with the core system via lifecycle events: setup , start , and stop . In each lifecycle method, the plugin will receive the corresponding core services available (either or ) and any interfaces returned by dependency plugins' lifecycle method. Anything returned by the plugin's lifecycle method will be exposed to downstream dependencies when their corresponding lifecycle methods are invoked. |