es-membrane

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)](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl._constructor_.html) Constructs a new instance of the `IntersectionTypeStructureImpl` class

Properties

Property Modifiers Type Description
[childTypes](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.childtypes.html) [TypeStructures](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructures.html)\[\]
[endToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.endtoken.html) `protected` `readonly` (not declared)
[joinChildrenToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.joinchildrentoken.html) `protected` `readonly` (not declared)
[kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.kind.html) `readonly` (not declared)
[maxChildCount](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.maxchildcount.html) `protected` `readonly` number
[objectType](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.objecttype.html) `protected` `readonly` null
[startToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.starttoken.html) `protected` `readonly` (not declared)

Methods

Method Modifiers Description
[clone(other)](/es-membrane/ts-morph-structures/api/ts-morph-structures.intersectiontypestructureimpl.clone.html) `static`