InternalReadonlyAtom

Interface: InternalReadonlyAtom<T>

Defined in: types.ts:53

Extends

Type Parameters

T

T

Properties

_snapshot

ts
_snapshot: T;

Defined in: types.ts:37

Internal

Inherited from

InternalBaseAtom._snapshot


_update()

ts
_update: (getValue?) => boolean;

Defined in: types.ts:39

Internal

Parameters

getValue?

T | (snapshot) => T

Returns

boolean

Inherited from

InternalBaseAtom._update


deps?

ts
optional deps: Link;

Defined in: alien.ts:6

Inherited from

ts
ReactiveNode.deps

depsTail?

ts
optional depsTail: Link;

Defined in: alien.ts:7

Inherited from

ts
ReactiveNode.depsTail

flags

ts
flags: ReactiveFlags;

Defined in: alien.ts:10

Inherited from

ts
ReactiveNode.flags

get()

ts
get: () => T;

Defined in: types.ts:30

Returns

T

Inherited from

InternalBaseAtom.get


subs?

ts
optional subs: Link;

Defined in: alien.ts:8

Inherited from

ts
ReactiveNode.subs

subscribe

ts
subscribe: (observer) => Subscription & (next, error?, complete?) => Subscription;

Defined in: types.ts:21

Inherited from

InternalBaseAtom.subscribe


subsTail?

ts
optional subsTail: Link;

Defined in: alien.ts:9

Inherited from

ts
ReactiveNode.subsTail