:TS:Function Node

represents a top-level TypeScript function declaration

Properties

NameDescription
globalFqnglobal FQN of the function
localFqnlocal FQN of the function
namename of the function
async (boolean)indicates, if the function has an async modifier
code coordinatescode coordinates of the function declaration (includes fileName)

Relations

NameTarget Label(s)CardinalityDescription
DECLARES:TS:TypeParameter0..*type parameters that are declared by the function
RETURNS:TS:Type1return type of the function
HAS:TS:Parameter0..*parameters of the function
DEPENDS_ONsee DEPENDS_ON - Target Nodes0..*dependencies of the function