Member Junction
    Preparing search index...

    Sort state for a column

    interface SortState {
        direction: SortDirection;
        field: string;
    }
    Index

    Properties

    Properties

    direction: SortDirection

    Sort direction

    field: string

    Field name to sort by