SubscriptionEvents

Type Alias: SubscriptionEvents

ts
type SubscriptionEvents = object;
type SubscriptionEvents = object;

Defined in: packages/db/src/types.ts:221

All subscription events

Properties

status:change

ts
status:change: SubscriptionStatusChangeEvent;
status:change: SubscriptionStatusChangeEvent;

Defined in: packages/db/src/types.ts:222


status:loadingSubset

ts
status:loadingSubset: SubscriptionStatusEvent<"loadingSubset">;
status:loadingSubset: SubscriptionStatusEvent<"loadingSubset">;

Defined in: packages/db/src/types.ts:224


status:ready

ts
status:ready: SubscriptionStatusEvent<"ready">;
status:ready: SubscriptionStatusEvent<"ready">;

Defined in: packages/db/src/types.ts:223


unsubscribed

ts
unsubscribed: SubscriptionUnsubscribedEvent;
unsubscribed: SubscriptionUnsubscribedEvent;

Defined in: packages/db/src/types.ts:225

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.