:TS:Constructor Node
→ represents a TypeScript class constructor declaration
Properties
| Name | Description |
|---|---|
globalFqn | global FQN of the constructor (always ends with .constructor) |
localFqn | local FQN of the constructor (always ends with .constructor) |
| code coordinates | code coordinates of the constructor declaration (without fileName) |
Relations
| Name | Target Label(s) | Cardinality | Description |
|---|---|---|---|
HAS | :TS:Parameter | 0..* | parameters of the constructor (may reference declared parameter properties) |