🚧
Still under progress. Soon will be finished.
Methods
-
getName
codegetName(): string
Returns
string
: -
getContext
codegetContext(): ProjectContext
Returns
ProjectContext
: -
getKind
codegetKind(): MemberKind
Returns
MemberKind
: -
getTSNode
codegetTSNode(): IndexSignatureDeclaration
Returns
IndexSignatureDeclaration
: -
getJSDoc
codegetJSDoc(): CommentNode
Returns
CommentNode
: -
getLine
codegetLine(): number
Returns
number
: -
getType
codegetType(): ReflectedTypeNode<TypeNode>
Returns
ReflectedTypeNode<TypeNode>
: -
getIndexType
codegetIndexType(): ReflectedNode<Type, Node> | null
Returns
ReflectedNode<Type, Node> | null
: -
isOptional
codeisOptional(): boolean
Returns
boolean
: -
serialize
codeSerializes the reflected node
serialize(): IndexSignature
Returns
IndexSignature
:The reflected node as a serializable object