Home > ts-morph-structures > UnionTypeStructureImpl
Signature:
export default class UnionTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.Union, TypeStructures[]>
Extends: TypeStructuresWithChildren<TypeStructureKind.Union, TypeStructures[]>
Foo | Bar | ...
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(childTypes)](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl._constructor_.html) | Constructs a new instance of the `UnionTypeStructureImpl` class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [childTypes](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.childtypes.html) | [TypeStructures](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructures.html)\[\] | ||
| [endToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.endtoken.html) | `protected` `readonly` | (not declared) | |
| [joinChildrenToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.joinchildrentoken.html) | `protected` `readonly` | (not declared) | |
| [kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.kind.html) | `readonly` | (not declared) | |
| [maxChildCount](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.maxchildcount.html) | `protected` `readonly` | number | |
| [objectType](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.objecttype.html) | `protected` `readonly` | null | |
| [startToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.starttoken.html) | `protected` `readonly` | (not declared) |
| Method | Modifiers | Description |
|---|---|---|
| [clone(other)](/es-membrane/ts-morph-structures/api/ts-morph-structures.uniontypestructureimpl.clone.html) | `static` |