Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetailedSortOption

A sort option with detailed description

see

SortOption

Hierarchy

Index

Properties

Readonly description

description: string

text displayed in tooltip

enabled

enabled: boolean

whether or not this option is enabled

Readonly exclusive

exclusive: readonly SortFunctionNames[]

the names of the sorting options that cannot be applied when this option is enabled

Readonly idx

idx: number

the index into the sortFunctions array. Used to get the sort function corresponding to this option

Readonly name

name of this sort option

reverse

reverse: boolean

whether to sort in reverse

Readonly title

title: string

text displayed next to the checkbox

weight

weight: number

the weight of this sort option, used by the combined sort mode only

Generated using TypeDoc