Home > ts-morph-structures > ParameterTypeStructureImpl
Just a parameter name and type for a FunctionTypeStructureImpl
.
Signature:
export default class ParameterTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Parameter>
Extends: TypeStructuresBase<TypeStructureKind.Parameter>
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name, typeStructure) | Constructs a new instance of the ParameterTypeStructureImpl class |
Property | Modifiers | Type | Description |
---|---|---|---|
kind | readonly |
(not declared) | |
name | string | ||
typeStructure | TypeStructures | undefined | ||
writerFunction | readonly |
(writer: CodeBlockWriter) => void |
Method | Modifiers | Description |
---|---|---|
clone(other) | static |