Home > kibana-plugin-core-public > Capabilities
The read-only set of capabilities available for the current UI session. Capabilities are simple key-value pairs of (string, boolean), where the string denotes the capability ID, and the boolean is a flag indicating if the capability is enabled or disabled.
Signature:
export interface Capabilities
Property | Type | Description |
---|---|---|
catalogue | Record<string, boolean> |
Catalogue capabilities. Catalogue entries drive the visibility of the Kibana homepage options. |
management | { [sectionId: string]: Record<string, boolean>; } |
Management section capabilities. |
navLinks | Record<string, boolean> |
Navigation link capabilities. |