API reference / @evolu/common / local-first/Protocol / SubscriptionFlags

Variable: SubscriptionFlags

const SubscriptionFlags: object;

Defined in: packages/common/src/local-first/Protocol.ts:345

Type Declaration

NameTypeDefault valueDescriptionDefined in
None00No subscription changes for this owner.packages/common/src/local-first/Protocol.ts:347
Subscribe11Subscribe to updates for this owner.packages/common/src/local-first/Protocol.ts:349
Unsubscribe22Unsubscribe from updates for this owner.packages/common/src/local-first/Protocol.ts:351

Was this page helpful?