es-membrane

Home > ts-morph-structures > IndexedAccessTypeStructureImpl

IndexedAccessTypeStructureImpl class

Signature:

export default class IndexedAccessTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.IndexedAccess, [
    TypeStructures
]> 

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

Example

Foo["index"]

Constructors

Constructor Modifiers Description
[(constructor)(objectType, indexType)](/es-membrane/ts-morph-structures/api/ts-morph-structures.indexedaccesstypestructureimpl._constructor_.html) Constructs a new instance of the `IndexedAccessTypeStructureImpl` class

Properties

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

Methods

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