Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextInsertionResult

Records the results of inserting text into the tree.

Hierarchy

  • TextInsertionResult

Index

Properties

Properties

caret

caret: DLoc

The caret position after the insertion.

isNew

isNew: boolean

Whether node is a new node. If false, it was modified.

node

node: Text | undefined

The node that contains the added text.

Generated using TypeDoc