ts-morph-structures

Home > ts-morph-structures > ParameterTypeStructureImpl

ParameterTypeStructureImpl class

Just a parameter name and type for a FunctionTypeStructureImpl.

Signature:

export default class ParameterTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Parameter> 

Extends: TypeStructuresBase<TypeStructureKind.Parameter>

Constructors

Constructor Modifiers Description
(constructor)(name, typeStructure)   Constructs a new instance of the ParameterTypeStructureImpl class

Properties

Property Modifiers Type Description
kind readonly (not declared)  
name   string  
typeStructure   TypeStructures | undefined  
writerFunction readonly (writer: CodeBlockWriter) => void  

Methods

Method Modifiers Description
clone(other) static