Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.22 KB

kibana-plugin-core-public.capabilities.md

File metadata and controls

22 lines (14 loc) · 1.22 KB

Home > kibana-plugin-core-public > Capabilities

Capabilities interface

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 

Properties

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.