Home > ts-morph-structures > PropertySignatureImpl
Signature:
export default class PropertySignatureImpl implements PropertySignatureStructureClassIfc
Implements: PropertySignatureStructureClassIfc
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name) | Constructs a new instance of the PropertySignatureImpl class |
Property | Modifiers | Type | Description |
---|---|---|---|
docs | readonly |
(JSDocImpl | string)[] | |
hasQuestionToken | boolean | ||
initializer? | stringOrWriterFunction | undefined | (Optional) | |
isReadonly | boolean | ||
kind | readonly |
StructureKind.PropertySignature | |
leadingTrivia | readonly |
stringOrWriterFunction[] | |
name | string | ||
trailingTrivia | readonly |
stringOrWriterFunction[] | |
type? | stringOrWriterFunction | undefined | (Optional) | |
typeStructure | TypeStructures | undefined |
Method | Modifiers | Description |
---|---|---|
clone(source) | static |
|
toJSON() |