:TS:Variable
Node
→ represents a top-level TypeScript variable/constant declaration
Properties
Name | Description |
---|---|
globalFqn | global FQN of the variable |
localFqn | local FQN of the variable |
name | name of the variable |
kind | type of the variable declaration, i.e. var , let , or const |
code coordinates | code coordinates of the variable declaration (includes fileName ) |
Relations
Name | Target Label(s) | Cardinality | Description |
---|---|---|---|
OF_TYPE | :TS:Type | 1 | type of the variable |
INITIALIZED_WITH | :TS:Value | 0..1 | initialization value of the variable |
DEPENDS_ON | see DEPENDS_ON - Target Nodes | 0..* | dependencies of the variable |