API reference / @evolu/common / local-first / SharedReadonlyOwner

Interface: SharedReadonlyOwner

Defined in: packages/common/src/local-first/Owner.ts:281

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.

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
encryptionKeyreadonlyUint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length32"> & Brand<"EncryptionKey"> & Brand<"OwnerEncryptionKey">TODO: Wrap with Redacted in the next major version.ReadonlyOwner.encryptionKeypackages/common/src/local-first/Owner.ts:32
idreadonlystring & Brand<"Id"> & Brand<"OwnerId">-ReadonlyOwner.idpackages/common/src/local-first/Owner.ts:30
typereadonly"SharedReadonlyOwner"--packages/common/src/local-first/Owner.ts:282

Was this page helpful?