:TS:Interface Node

represents a top-level TypeScript interface declaration

Properties

NameDescription
globalFqnglobal FQN of the interface
localFqnlocal FQN of the interface
namename of the interface
code coordinatescode coordinates of the interface declaration (includes fileName)

Relations

NameTarget Label(s)CardinalityDescription
DECLARES:TS:TypeParameter0..*type parameters that are declared by the interface
EXTENDS:TS:Type:Declared0..*type reference to the base interface(s)
DECLARES:TS:Property
:TS:Method
:TS:AccessorProperty
0..*all declared members of the interface
DEPENDS_ONsee DEPENDS_ON - Target Nodes0..*dependencies of the interface