Opensearch dashboards.plugin 2
Home > opensearch-dashboards > Plugin_2
Plugin_2 interface
The interface that should be returned by a PluginInitializer.
Signature:
export interface Plugin<TSetup = void, TStart = void, TPluginsSetup extends object = object, TPluginsStart extends object = object>
Methods
| Method | Description |
|---|---|
| setup(core, plugins) | |
| start(core, plugins) | |
| stop()? | (Optional) |