API Reference / @evolu/common / Evolu/Internal / SharedReadonlyOwner

Interface: SharedReadonlyOwner

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

Used for sharing data that can only be read, such as with followers or peers in a read-only sync scenario. It lacks a writeKey, containing only the mnemonic from which id and encryptionKey are derived by Evolu. Typically derived from a SharedOwner by sharing its mnemonic without the writeKey.

Properties

PropertyModifierTypeDefined in
mnemonicreadonlystring & Brand<"Trimmed"> & Brand<"MinLength1"> & Brand<"Mnemonic">packages/common/src/Evolu/Owner.ts:145
typereadonly"SharedReadonlyOwner"packages/common/src/Evolu/Owner.ts:144

Was this page helpful?