인터페이스: InternalBaseAtom<T>
정의 위치: types.ts:35
확장
Subscribable<T>.Readable<T>
다음에서 확장됨
타입 매개변수
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
다음에서 상속됨
subscribe
subscribe: (observer) => Subscription & (next, error?, complete?) => Subscription;
정의 위치: types.ts:21