Defined in: types.ts:134
Subscribe to the full value of a source (e.g. table.atoms.rowSelection or table.optionsStore). Omitting selector is equivalent to the identity selector — children receive TSourceValue.
TSourceValue
children:
| SubscribeStaticChild
| (state) => unknown;Defined in: types.ts:137
optional selector: undefined;Defined in: types.ts:136
source: SubscribeSource<TSourceValue>;Defined in: types.ts:135