interface GridFilterInitialState {
    filterModel?: GridFilterModel;
}

Properties

Properties

filterModel?: GridFilterModel