interface SortProps {
    initialState?: SortInitialState;
}

Properties

Properties

initialState?: SortInitialState

The initial state that should be applied to this Sort sub-controller.