SettingsPanelNavigationGroup
A labelled group of Settings Panel navigation entries.
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| items | (AdaptableSettingsPanel | string)[] | Module names or custom panel names in display order. |
| label | string | Section 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