:TS:EnumMember Node
→ represents a TypeScript enum element
Properties
| Name | Description |
|---|---|
globalFqn | global FQN of the enum member |
localFqn | local FQN of the enum member |
name | name of the enum member |
| code coordinates | code coordinates of the enum member (without fileName) |
Relations
| Name | Target Label(s) | Cardinality | Description |
|---|---|---|---|
INITIALIZED_WITH | :TS:Value | 0..1 | explicitly assigned value of the enum member |