:TS:Parameter Node

represents a function/method parameter

Properties

NameDescription
indexposition of the parameter in the parameter list (zero-based)
namename of the parameter
optional (boolean)indicates if the parameter is marked optional
code coordinatescode coordinates of the parameter declaration (without fileName)

Relations

NameTarget Label(s)CardinalityDescription
OF_TYPE:TS:Type1type of the parameter
DECLARES:TS:Property0..1only for :TS:Constructor parameters: reference to the declared parameter property
DECORATED_BY:TS:Decorator0..*only for :TS:Class member parameters: all decorators of the parameter