Skip to main content
Version: v1

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>;