Skip to content

Opensearch dashboards.capabilities

Home > opensearch-dashboards > 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 OpenSearch Dashboards homepage options.
management { [sectionId: string]: Record<string, boolean>; } Management section capabilities.
navLinks Record<string, boolean> Navigation link capabilities.