Home > ts-morph-structures > FunctionTypeContext
Signature:
export interface FunctionTypeContext
| Property | Modifiers | Type | Description |
|---|---|---|---|
| isConstructor | boolean | ||
| name | string | undefined | ||
| parameters | ParameterTypeStructureImpl[] | ||
| restParameter | ParameterTypeStructureImpl | undefined | ||
| returnType | TypeStructures | undefined | ||
| typeParameters | TypeParameterDeclarationImpl[] | ||
| writerStyle | FunctionWriterStyle |