interface Node {
    symbol?: Symbol;
}

Hierarchy

  • ReadonlyTextRange
    • Node

Properties

Properties

symbol?: Symbol