Skip to content

Documentation / @super-line/client / OpenDocView

Interface: OpenDocView

Defined in: index.ts:305

One open CRDT document.

Properties

deleted

deleted: boolean

Defined in: index.ts:311


id

id: string

Defined in: index.ts:307


n

n: string

Defined in: index.ts:306


replicas

replicas: number

Defined in: index.ts:309

How many local replicas are attached. 0 means inbound deltas would be dropped.


settled

settled: boolean

Defined in: index.ts:310

Released under the MIT License.