Skip to content

Opensearch dashboards.appcategory

Home > opensearch-dashboards > AppCategory

AppCategory interface

A category definition for nav links to know where to sort them in the left hand nav

Signature:

export interface AppCategory 

Properties

Property Type Description
ariaLabel? string (Optional) If the visual label isn't appropriate for screen readers, can override it here
euiIconType? any (Optional) Define an icon to be used for the category If the category is only 1 item, and no icon is defined, will default to the product icon Defaults to initials if no icon is defined
id string Unique identifier for the categories
label string Label used for category name. Also used as aria-label if one isn't set.
order? number (Optional) The order that categories will be sorted in Prefer large steps between categories to allow for further editing (Default categories are in steps of 1000)