SettingsPanelNavigationGroup

A labelled group of Settings Panel navigation entries.

TypeScript
export interface

Properties

PropertyTypeDescription
items(AdaptableSettingsPanel | string)[]Module names or custom panel names in display order.
labelstringSection heading shown above the group. Use an empty string to show items without a heading.

Property Details

items

Module names or custom panel names in display order.

TypeScript
items: (AdaptableSettingsPanel | string)[];
Property Value

(AdaptableSettingsPanel | string)[]

label

Section heading shown above the group. Use an empty string to show items without a heading.

TypeScript
label: string;
Property Value

string