:TS:Getter Node

represents a declared getter of a :TS:Class or :TS:Interface

Properties

NameDescription
visibilityvisibility of the getter, i.e. public(default), protected, private, or js_private(for getters declared using the # prefix)
static (boolean)only for :TS:Class getters: indicates, if the getter has an static modifier
abstract (boolean)only for :TS:Class getters: indicates, if the getter has an abstract modifier
override (boolean)only for :TS:Class getters: indicates, if the getter has an override modifier
code coordinatescode coordinates of the getter declaration (without fileName)

Relations

NameTarget Label(s)CardinalityDescription
RETURNS:TS:Type1return type of the getter
DECORATED_BY:TS:Decorator0..*only for :TS:Class getters: all decorators of the getter