TanStack

InternalBaseAtom

Interface: InternalBaseAtom<T>

Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:23

Extends

Extended by

Type Parameters

T

T

Properties

_snapshot

ts
_snapshot: T;

Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:25

Internal


_update

ts
_update: (getValue?) => boolean;

Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:27

Internal

Parameters

getValue?

T | ((snapshot) => T)

Returns

boolean


get

ts
get: () => T;

Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:20

Returns

T

Inherited from

Readable.get


subscribe

ts
subscribe: (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

Inherited from

Subscribable.subscribe