:TS:Type:Function Node

represents a function type

Properties

NameDescription
async (boolean)indicates, if the function type has an async modifier

Relations

NameTarget Label(s)CardinalityDescription
DECLARES:TS:TypeParameter0..*type parameters that are declared by the function type
RETURNS:TS:Type1return type of the function type
HAS_PARAMETER:TS:Type:FunctionParameter0..*parameters of the function type