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