Type Alias SortCriteria

type SortCriteria = {
    qExpression?: ValueExpr;
    qSortByAscii?: number;
    qSortByExpression?: number;
    qSortByFrequency?: number;
    qSortByGreyness?: number;
    qSortByLoadOrder?: number;
    qSortByNumeric?: number;
    qSortByState?: number;
}
Index

Properties

qExpression?: ValueExpr

Sort by expression.

qSortByAscii?: number

Sorts the field by alphabetical order.

qSortByExpression?: number

Sorts the field by expression.

qSortByFrequency?: number

Sorts the field values by frequency (number of occurrences in the field).

qSortByGreyness?: number
qSortByLoadOrder?: number

Sorts the field values by the initial load order.

qSortByNumeric?: number

Sorts the field values by numeric value.

qSortByState?: number

Sorts the field values according to their logical state (selected, optional, alternative or excluded).