:TS:TypeParameter Node

represents a type parameter for a generic :TS:Function or :TS:Method

Properties

NameDescription
namename of the type parameter
indexposition of the type parameter in the type parameter list (zero-based)

Relations

NameTarget Label(s)CardinalityDescription
CONSTRAINED_BY:TS:Type1type constraint for the type parameter (default: empty :TS:Type:Object)