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

Interface: ApplyProtocolMessageAsClientOptions

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

Properties

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

Was this page helpful?