🚧
Still under progress. Soon will be finished.
Description
Represents the reflected node of a type alias declaration
Methods
-
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getTSNode
codegetTSNode(): TypeAliasDeclarationReturns
TypeAliasDeclaration: -
getNodeType
codegetNodeType(): RootNodeTypeReturns
RootNodeType: -
getKind
codegetKind(): DeclarationKind.TypeAliasReturns
DeclarationKind.TypeAlias: -
getName
codegetName(): stringReturns
string: -
getLine
codegetLine(): numberReturns
number: -
getNamespace
codegetNamespace(): stringReturns
string: -
getJSDoc
codegetJSDoc(): CommentNodeReturns
CommentNode: -
getValue
codegetValue(): ReflectedTypeNode<TypeNode>Returns
ReflectedTypeNode<TypeNode>: -
getTypeParameters
codegetTypeParameters(): TypeParameterNode[]Returns
TypeParameterNode[]: -
serialize
codeSerializes the reflected node
serialize(): TypeAliasDeclarationReturns
TypeAliasDeclaration:The reflected node as a serializable object