:TS:Enum Node
→ represents a top-level TypeScript enum declaration
Properties
| Name | Description |
|---|---|
globalFqn | global FQN of the enum |
localFqn | local FQN of the enum |
name | name of the enum |
constant (boolean) | indicates, if the enum has a const modifier |
declared (boolean) | indicates, if the enum has a declare modifier |
| code coordinates | code coordinates of the enum declaration (includes fileName) |
Relations
| Name | Target Label(s) | Cardinality | Description |
|---|---|---|---|
DECLARES | :TS:EnumMember | 0..* | all elements of the enum |
DEPENDS_ON | see DEPENDS_ON - Target Nodes | 0..* | dependencies of the enum |