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
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
None | 0 | 0 | No subscription changes for this owner. | packages/common/src/local-first/Protocol.ts:347 |
Subscribe | 1 | 1 | Subscribe to updates for this owner. | packages/common/src/local-first/Protocol.ts:349 |
Unsubscribe | 2 | 2 | Unsubscribe from updates for this owner. | packages/common/src/local-first/Protocol.ts:351 |