🚧
Still under progress. Soon will be finished.
Methods
-
getName
codegetName(): stringReturns
string: -
getFullyQualifiedName
codeThe qualified name of the symbol is considered the name of the symbol including the parent namespaces where the symbol is defined. For example:
<NamespaceName1>.<Namespace2>.<SymbolName>getFullyQualifiedName(): stringReturns
string:The name of the symbol prefixed by any parent namespace is inside
-
getOriginalName
codegetOriginalName(): stringReturns
string: -
getNodeType
codegetNodeType(): RootNodeTypeReturns
RootNodeType: -
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getKind
codegetKind(): ExportKindReturns
ExportKind: -
getTSNode
codegetTSNode(): ExportDeclarationNodeTypeReturns
ExportDeclarationNodeType: -
serialize
codeSerializes the reflected node
serialize(): ExportReturns
Export:The reflected node as a serializable object