:TS:Value:Declared Node
→ represents a value that is declared somewhere else (i.e. a variable)
Properties
| Name | Description |
|---|---|
referencedGlobalFqn | global FQN of the value declaration that is referenced by the value node (this mainly serves as a convenience property to simplify queries) |
Relations
| Name | Target Label(s) | Cardinality | Description |
|---|---|---|---|
REFERENCES | :TS:Variable :TS:Function :TS:Class :TS:Enum :TS:EnumMember :TS:ExternalDeclaration | 1 | declaration that defines the referenced value |