Skip to main content
Module

x/automerge/internal_state.ts>InternalState

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
Go to Latest
interface InternalState
import { type InternalState } from "https://deno.land/x/automerge@2.2.0/internal_state.ts";

Properties

handle: Automerge
heads: Heads | undefined
freeze: boolean
mostRecentPatch: any
optional
patchCallback: PatchCallback<T>
textV2: boolean