:TS:Setter Node
→ represents a declared setter of a :TS:Class or :TS:Interface
Properties
| Name | Description |
|---|
visibility | visibility of the setter, i.e. public(default), protected, private, or js_private(for setters declared using the # prefix) |
static (boolean) | only for :TS:Class setters: indicates, if the setter has an static modifier |
abstract (boolean) | only for :TS:Class setters: indicates, if the setter has an abstract modifier |
override (boolean) | only for :TS:Class setters: indicates, if the setter has an override modifier |
| code coordinates | code coordinates of the setter declaration (without fileName) |
Relations