본문으로 건너뛰기

인터페이스: InternalBaseAtom<T>

정의 위치: types.ts:35

확장

다음에서 확장됨

타입 매개변수

T

T

속성

_snapshot

_snapshot: T;

정의 위치: types.ts:37

Internal


_update()

_update: (getValue?) => boolean;

정의 위치: types.ts:39

Internal

매개변수

getValue?

T | (snapshot) => T

반환값

boolean


get()

get: () => T;

정의 위치: types.ts:30

반환값

T

다음에서 상속됨

Readable.get


subscribe

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

정의 위치: types.ts:21

다음에서 상속됨

Subscribable.subscribe