API reference / @evolu/common / local-first / SharedOwner
Interface: SharedOwner
Defined in: packages/common/src/local-first/Owner.ts:251
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/local-first/Owner.ts:56 |
id | readonly | string & Brand<"Id"> & Brand<"OwnerId"> | Owner.id | packages/common/src/local-first/Owner.ts:55 |
transports? | readonly | readonly OwnerWebSocketTransport[] | - | packages/common/src/local-first/Owner.ts:253 |
type | readonly | "SharedOwner" | - | packages/common/src/local-first/Owner.ts:252 |
writeKey | readonly | Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length16"> & Brand<"OwnerWriteKey"> | Owner.writeKey | packages/common/src/local-first/Owner.ts:57 |