🚧
Still under progress. Soon will be finished.
Methods
-
getContext
codegetContext(): ProjectContext
Returns
ProjectContext
: -
getTSNode
codegetTSNode(): IndexedAccessTypeNode
Returns
IndexedAccessTypeNode
: -
getTSType
codegetTSType(): Type
Returns
Type
: -
getKind
codegetKind(): TypeKind
Returns
TypeKind
: -
getText
codegetText(): string
Returns
string
: -
getPath
codegetPath(): string
Returns
string
: -
getLine
codegetLine(): number | null
Returns
number | null
: -
getObjectType
codegetObjectType(): ReflectedTypeNode<TypeNode>
Returns
ReflectedTypeNode<TypeNode>
: -
getIndexType
codegetIndexType(): ReflectedTypeNode<TypeNode>
Returns
ReflectedTypeNode<TypeNode>
: -
serialize
codeSerializes the reflected type
serialize(): Type
Returns
Type
:The type as a serializable object