es-membrane

Home > ts-morph-structures > TypeArgumentedTypeStructureImpl

TypeArgumentedTypeStructureImpl class

This resolves type parameters, as opposed to defining them.

Signature:

export default class TypeArgumentedTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.TypeArgumented, TypeStructures[]> 

Extends: TypeStructuresWithChildren<TypeStructureKind.TypeArgumented, TypeStructures[]>

Example

Pick<NumberStringType, "repeatForward">

Constructors

Constructor Modifiers Description
(constructor)(objectType, childTypes)   Constructs a new instance of the TypeArgumentedTypeStructureImpl class

Properties

Property Modifiers Type Description
childTypes   TypeStructures[]  
endToken protected readonly (not declared)  
joinChildrenToken protected readonly (not declared)  
kind readonly (not declared)  
maxChildCount protected readonly number  
objectType   TypeStructures  
startToken protected readonly (not declared)  

Methods

Method Modifiers Description
clone(other) static