function table_syncExternalStateToBaseAtoms<TFeatures, TData>(table): void;function table_syncExternalStateToBaseAtoms<TFeatures, TData>(table): void;Defined in: core/table/coreTablesFeature.utils.ts:18
Synchronizes externally controlled state slices into the table's base atoms.
This keeps legacy options.state values reflected in the atom graph so derived atoms, stores, and table APIs read a consistent snapshot.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_syncExternalStateToBaseAtoms(table)table_syncExternalStateToBaseAtoms(table)