ts-morph-structures

Home > ts-morph-structures > FunctionTypeContext

FunctionTypeContext interface

Signature:

export interface FunctionTypeContext 

Properties

Property Modifiers Type Description
isConstructor   boolean  
name   string | undefined  
parameters   ParameterTypeStructureImpl[]  
restParameter   ParameterTypeStructureImpl | undefined  
returnType   TypeStructures | undefined  
typeParameters   TypeParameterDeclarationImpl[]  
writerStyle   FunctionWriterStyle