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 interface

Properties

PropertyType
items(AdaptableSettingsPanel | string | '-')[]

Property Details

items

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

(AdaptableSettingsPanel | string | '-')[]