API reference / @evolu/common / Evolu/Owner / SharedReadonlyOwner

Interface: SharedReadonlyOwner

Defined in: packages/common/src/Evolu/Owner.ts:342

Read-only version of a SharedOwner for data sharing. Contains only the OwnerId and EncryptionKey needed for others to read the shared data without write access.

Properties

PropertyModifierTypeDefined in
encryptionKeyreadonlyUint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length32"> & Brand<"EncryptionKey">packages/common/src/Evolu/Owner.ts:345
idreadonlystring & Brand<"Id"> & Brand<"OwnerId">packages/common/src/Evolu/Owner.ts:344
transports?readonlyreadonly WebSocketTransportConfig[]packages/common/src/Evolu/Owner.ts:346
typereadonly"SharedReadonlyOwner"packages/common/src/Evolu/Owner.ts:343

Was this page helpful?