new Attribute()
Base class for all attributes
- Since:
-
- 0.2.4
Methods
-
getClassConstructor()
-
GET accessor for
Class constructore the attribute was set on
- Since:
-
- 0.2.8
Returns:
Class constructore the attribute was set on
- Type
- function | undefined
-
getMemberName()
-
GET accessor for
Class member name the attribute was set on (or undefined if at class level)
- Since:
-
- 0.2.8
Returns:
Class member name the attribute was set on (or undefined if at class level)
- Type
- String | undefined