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

Interface: SharedOwner

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

An Owner for collaborative data with 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.Owner.encryptionKeypackages/common/src/local-first/Owner.ts:32
idreadonlystring & Brand<"Id"> & Brand<"OwnerId">-Owner.idpackages/common/src/local-first/Owner.ts:30
typereadonly"SharedOwner"--packages/common/src/local-first/Owner.ts:261
writeKeyreadonlyUint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length16"> & Brand<"OwnerWriteKey">TODO: Wrap with Redacted in the next major version.Owner.writeKeypackages/common/src/local-first/Owner.ts:68

Was this page helpful?