본문으로 건너뛰기

타입 별칭: SubscriptionEvents

type SubscriptionEvents = object;

정의 위치: packages/db/src/types.ts:257

모든 구독 이벤트입니다

속성

loadSubset:error

loadSubset:error: SubscriptionLoadSubsetErrorEvent;

정의 위치: packages/db/src/types.ts:261


status:change

status:change: SubscriptionStatusChangeEvent;

정의 위치: packages/db/src/types.ts:258


status:loadingSubset

status:loadingSubset: SubscriptionStatusEvent<"loadingSubset">;

정의 위치: packages/db/src/types.ts:260


status:ready

status:ready: SubscriptionStatusEvent<"ready">;

정의 위치: packages/db/src/types.ts:259


unsubscribed

unsubscribed: SubscriptionUnsubscribedEvent;

정의 위치: packages/db/src/types.ts:262