LegacyFlatSettingsPanelNavigation
Legacy (v22) flat Settings Panel navigation shape.
Items are listed in a single ordered array, with the literal string '-' acting as a group separator. Internally converted to the grouped shape — each chunk between separators becomes a group with no heading.
TypeScript
export interfaceProperties
| Property | Type |
|---|---|
| items | (AdaptableSettingsPanel | string | '-')[] |
Property Details
items
TypeScript
items?: (AdaptableSettingsPanel | string | '-')[];Property Value
(AdaptableSettingsPanel | string | '-')[]