Type alias Insert

Insert: {
    node: Node;
    parent: Node;
    reference: Node | null;
}

Deprecated

Use the new edit event V2 API instead.

Type declaration

  • node: Node
  • parent: Node
  • reference: Node | null

Generated using TypeDoc