:TS:AccessorProperty
Node
→ represents a property of a :TS:Class or :TS:Interface that is described by getter, setter, or auto accessor constructs
Properties
Name | Description |
---|---|
globalFqn | global FQN of the accessor property |
localFqn | local FQN of the accessor property |
name | name of the accessor property |
Relations
Name | Target Label(s) | Cardinality | Description |
---|---|---|---|
DESCRIBED_BY_AUTO_ACCESSOR | :TS:AutoAccessor | 0..1 | auto accessor that describes the property |
DESCRIBED_BY_GETTER | :TS:Getter | 0..1 | getter that describes the property |
DESCRIBED_BY_SETTER | :TS:Setter | 0..1 | setter that describes the property |
DEPENDS_ON | see DEPENDS_ON - Target Nodes | 0..* | dependencies of all describing accessors |