:TS:Type:Function Node
→ represents a function type
Properties
| Name | Description |
|---|---|
async (boolean) | indicates, if the function type has an async modifier |
Relations
| Name | Target Label(s) | Cardinality | Description |
|---|---|---|---|
DECLARES | :TS:TypeParameter | 0..* | type parameters that are declared by the function type |
RETURNS | :TS:Type | 1 | return type of the function type |
HAS_PARAMETER | :TS:Type:FunctionParameter | 0..* | parameters of the function type |