kibana/docs/development/core/server/kibana-plugin-server.pluginmanifest.optionalplugins.md

653 B

Home > kibana-plugin-server > PluginManifest > optionalPlugins

PluginManifest.optionalPlugins property

An optional list of the other plugins that if installed and enabled **may be** leveraged by this plugin for some additional functionality but otherwise are not required for this plugin to work properly.

Signature:

readonly optionalPlugins: readonly PluginName[];