Interface SetSortIntent

interface SetSortIntent {
    kind: "set-sort";
    sort: readonly SortSpec[];
    viewId?: string;
}

Hierarchy

  • IntentBase
    • SetSortIntent

Properties

Properties

kind
sort: readonly SortSpec[]
viewId?: string