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

    Interface SortItem

    Sort definition to specify the order of items.

    interface SortItem {
        attribute: string;
        descending?: boolean;
    }
    Index

    Properties

    attribute: string

    Attribute to sort on.

    descending?: boolean

    Direction of the sort (ascending or descending). Default value is 'false'.