For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/enums/SubPaneViewSortType.md.

Enumeration: SubPaneViewSortType experimental

Beta

Determines how header sub panes managed by a sub pane view control will be sorted. Custom resolves each child's comparable value through a caller supplied function.

Enumeration Members

AtoZ

AtoZ: 1

Beta


Custom

Custom: 3

Beta


Default

Default: 0

Beta


ZtoA

ZtoA: 2

Beta