A scoped and simplified part of the headless state that is relevant to the Sort controller.

interface SortState {
    sortCriteria: string;
}

Properties

Properties

sortCriteria: string

The current sort criteria.