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 async or not.
AsyncDeclaration
Defines if the declaration is optional or not.
OptionalDeclaration
Defines if the declaration is static or not.
StaticDeclaration
The name of the declaration.
Declaration
List of used parameters in the callable node.
CallableDeclaration
Optional
startThe starting character of the node in the document.
Node
The type of the declaration.
"string"
"Declaration[]"
TypedDeclaration
List of used variables in the callable node.
CallableDeclaration
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
Method declaration. A method is contained in an interface or a class. Contains information abount the method itself.
Export
Implements
Implements
Implements