Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:37
T
_snapshot: T;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:25
Internal
_update: (getValue?) => boolean;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:27
Internal
T | ((snapshot) => T)
boolean
optional deps?: Link;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/alien.d.ts:3
ReactiveNode.depsoptional depsTail?: Link;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/alien.d.ts:4
ReactiveNode.depsTailflags: ReactiveFlags;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/alien.d.ts:7
ReactiveNode.flagsget: () => T;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:20
T
optional subs?: Link;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/alien.d.ts:5
ReactiveNode.subssubscribe: (observer) => Subscription & (next, error?, complete?) => Subscription;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:17
optional subsTail?: Link;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/alien.d.ts:6
ReactiveNode.subsTail