map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface SortSpecifier

    Specifies the sort order.

    interface SortSpecifier {
        descending: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    descending: boolean

    True if the sort order is reversed.

    name: string

    The field/column name being sorted by.