:TS:Constructor Node

represents a TypeScript class constructor declaration

Properties

NameDescription
globalFqnglobal FQN of the constructor (always ends with .constructor)
localFqnlocal FQN of the constructor (always ends with .constructor)
code coordinatescode coordinates of the constructor declaration (without fileName)

Relations

NameTarget Label(s)CardinalityDescription
HAS:TS:Parameter0..*parameters of the constructor (may reference declared parameter properties)