:TS:Getter
Node
→ represents a declared getter of a :TS:Class or :TS:Interface
Properties
Name | Description |
---|
visibility | visibility 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 coordinates | code coordinates of the getter declaration (without fileName ) |
Relations
Name | Target Label(s) | Cardinality | Description |
---|
RETURNS | :TS:Type | 1 | return type of the getter |
DECORATED_BY | :TS:Decorator | 0..* | only for :TS:Class getters: all decorators of the getter |