🚧
Still under progress. Soon will be finished.
Description
Represents the reflected node of a type parameter
Methods
-
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getName
codegetName(): stringReturns
string: -
getTSNode
codegetTSNode(): TypeParameterDeclarationReturns
TypeParameterDeclaration: -
getLine
codegetLine(): numberReturns
number: -
getDefault
codegetDefault(): ReflectedTypeNode<TypeNode> | nullReturns
ReflectedTypeNode<TypeNode> | null: -
getConstraint
codegetConstraint(): ReflectedTypeNode<TypeNode> | nullReturns
ReflectedTypeNode<TypeNode> | null: -
hasDefault
codehasDefault(): booleanReturns
boolean: -
serialize
codeSerializes the reflected node
serialize(): TypeParameterReturns
TypeParameter:The reflected node as a serializable object