Optional
start: numberOptional
end: numberOptional
endThe ending character of the node in the document.
Node
Defines if the declaration is abstract or not.
AbstractDeclaration
Defines if the declaration is static or not.
StaticDeclaration
The name of the declaration.
Declaration
Optional
startThe starting character of the node in the document.
Node
The type of the declaration.
"string"
"Declaration[]"
TypedDeclaration
Defines the visibility scope of the declaration. Can be undefined, in which case there is no visibility given (e.g. methods in interfaces).
ScopedDeclaration
Generated using TypeDoc
Setter declaration for a getter accessor of a class property.
Export