:TS:Enum Node

represents a top-level TypeScript enum declaration

Properties

NameDescription
globalFqnglobal FQN of the enum
localFqnlocal FQN of the enum
namename of the enum
constant (boolean)indicates, if the enum has a const modifier
declared (boolean)indicates, if the enum has a declare modifier
code coordinatescode coordinates of the enum declaration (includes fileName)

Relations

NameTarget Label(s)CardinalityDescription
DECLARES:TS:EnumMember0..*all elements of the enum
DEPENDS_ONsee DEPENDS_ON - Target Nodes0..*dependencies of the enum