ChangeNode TypeAlias
JSON-compatible Node type. Objects of this type will be persisted in internal change objects (under Edits) in the SharedTree history.
Signature
export declare type ChangeNode = TreeNode<ChangeNode, NodeId>;
JSON-compatible Node type. Objects of this type will be persisted in internal change objects (under Edits) in the SharedTree history.
export declare type ChangeNode = TreeNode<ChangeNode, NodeId>;