ts-morph-structures

Home > ts-morph-structures > IntersectionTypeStructureImpl

IntersectionTypeStructureImpl class

Signature:

export default class IntersectionTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.Intersection, TypeStructures[]> 

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

Example

Foo & Bar & ...

Constructors

Constructor Modifiers Description
(constructor)(childTypes)   Constructs a new instance of the IntersectionTypeStructureImpl class

Properties

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

Methods

Method Modifiers Description
clone(other) static