🚧
Still under progress. Soon will be finished.
Description
Represents the reflected node of a property declaration
Methods
-
getName
codegetName(): stringReturns
string: -
getKind
codegetKind(): MemberKind.PropertyReturns
MemberKind.Property: -
getTSNode
codegetTSNode(): PropertyLikeNodeReturns
PropertyLikeNode: -
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getLine
codegetLine(): numberReturns
number: -
getType
codegetType(): ReflectedNode<Type, Node>Returns
ReflectedNode<Type, Node>: -
getDefault
codegetDefault(): unknownReturns
unknown: -
getModifier
codegetModifier(): ModifierType | nullReturns
ModifierType | null: -
getJSDoc
codegetJSDoc(): CommentNodeReturns
CommentNode: -
getDecorators
codegetDecorators(): DecoratorNode[]Returns
DecoratorNode[]: -
isOptional
codeisOptional(): booleanReturns
boolean: -
isStatic
codeisStatic(): booleanReturns
boolean: -
isReadOnly
codeisReadOnly(): booleanReturns
boolean: -
isWriteOnly
codeisWriteOnly(): booleanReturns
boolean: -
isAbstract
codeisAbstract(): booleanReturns
boolean: -
isInherited
codeisInherited(): booleanReturns
boolean: -
overrides
codeoverrides(): booleanReturns
boolean: -
serialize
codeSerializes the reflected node
serialize(): FieldReturns
Field:The reflected node as a serializable object