type TableState_All = Partial<TableState<TableFeatures>>;Defined in: types/TableState.ts:47
Internal broad state shape containing every registered feature state slice.
Feature internals use this when they may need to inspect optional slices owned by other features.