@coveo/headless
    Preparing search index...

    Interface SortState

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

    interface SortState {
        sortCriteria: string;
    }
    Index

    Properties

    Properties

    sortCriteria: string

    The current sort criteria.