:TS:Variable Node

represents a top-level TypeScript variable/constant declaration

Properties

NameDescription
globalFqnglobal FQN of the variable
localFqnlocal FQN of the variable
namename of the variable
kindtype of the variable declaration, i.e. var, let, or const
code coordinatescode coordinates of the variable declaration (includes fileName)

Relations

NameTarget Label(s)CardinalityDescription
OF_TYPE:TS:Type1type of the variable
INITIALIZED_WITH:TS:Value0..1initialization value of the variable
DEPENDS_ONsee DEPENDS_ON - Target Nodes0..*dependencies of the variable