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
Property | Modifier | Type | Defined in |
---|---|---|---|
mnemonic | readonly | string & Brand <"Trimmed" > & Brand <"MinLength1" > & Brand <"Mnemonic" > | packages/common/src/Evolu/Owner.ts:145 |
type | readonly | "SharedReadonlyOwner" | packages/common/src/Evolu/Owner.ts:144 |