Interface ListSort

ListSort ($ref: "List.Sort") Represents sorting options.

interface ListSort {
    method: string;
    order: "ascending" | "descending";
}

Properties

Properties

method: string
order: "ascending" | "descending"