interface SortInitialState {
    criterion?: SortCriterion | SortCriterion[];
}

Properties

Properties

The initial sort criterion to register in state.