ts-morph-structures

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)   Constructs a new instance of the IndexedAccessTypeStructureImpl class

Properties

Property Modifiers Type Description
childTypes readonly [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> (not declared)  
objectType   TypeStructures  
startToken <p>protected</p><p>readonly</p> (not declared)  

Methods

Method Modifiers Description
clone(other) static