API reference / @evolu/common / local-first/Protocol / MessageType
Variable: MessageType
const MessageType: object;
Defined in: packages/common/src/local-first/Protocol.ts:334
Type Declaration
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
Broadcast | 2 | 2 | Broadcast message from non-initiator (relay) to subscribed clients. | packages/common/src/local-first/Protocol.ts:340 |
Request | 0 | 0 | Request message from initiator (client) to non-initiator (relay). | packages/common/src/local-first/Protocol.ts:336 |
Response | 1 | 1 | Response message from non-initiator (relay) to initiator (client). | packages/common/src/local-first/Protocol.ts:338 |