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

Interface: ApplyProtocolMessageAsClientOptions

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

Properties

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

Was this page helpful?