UNPKG

@porscheinformatik/clr-addons

Version:
11 lines (10 loc) 284 B
export interface StatePersistenceOptions { key: string; serverDriven: boolean; persistFilters?: boolean; persistPagination?: boolean; persistSort?: boolean; persistHiddenColumns?: boolean; persistColumnWidths?: boolean; persistColumnOrder?: boolean; }