API reference / @evolu/common / Evolu/Owner / SharedOwner
Interface: SharedOwner
Defined in: packages/common/src/Evolu/Owner.ts:314
An Owner for collaborative data with write access.
Extends
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
encryptionKey | readonly | Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length32"> & Brand<"EncryptionKey"> & Brand<"OwnerEncryptionKey"> | Owner.encryptionKey | packages/common/src/Evolu/Owner.ts:75 |
id | readonly | string & Brand<"Id"> & Brand<"OwnerId"> | Owner.id | packages/common/src/Evolu/Owner.ts:74 |
transports? | readonly | readonly WebSocketTransportConfig[] | - | packages/common/src/Evolu/Owner.ts:316 |
type | readonly | "SharedOwner" | - | packages/common/src/Evolu/Owner.ts:315 |
writeKey | readonly | Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length16"> & Brand<"OwnerWriteKey"> | Owner.writeKey | packages/common/src/Evolu/Owner.ts:76 |