type SubscribePropsWithSourceIdentity<TSourceValue> = object;Defined in: Subscribe.ts:39
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: (state) => ComponentChildren | ComponentChildren;Defined in: Subscribe.ts:42
optional selector: undefined;Defined in: Subscribe.ts:41
source: SubscribeSource<TSourceValue>;Defined in: Subscribe.ts:40