API Reference / @evolu/common / Evolu/Protocol / ApplyProtocolMessageAsClientOptions

Interface: ApplyProtocolMessageAsClientOptions

Defined in: packages/common/src/Evolu/Protocol.ts:823

Properties

PropertyTypeDescriptionDefined in
getWriteKey?(ownerId) => | null | Uint8Array<ArrayBufferLike> & Brand<`Length${number & Brand<"Int"> & Brand<"NonNegative">}`> & Brand<"WriteKey">-packages/common/src/Evolu/Protocol.ts:824
version?number & Brand<"Int"> & Brand<"NonNegative">For testing purposes only; should not be used in production.packages/common/src/Evolu/Protocol.ts:827

Was this page helpful?