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

Properties

Property Modifiers Type Description
childTypes readonly [TypeStructures]  
endToken protected readonly (not declared)  
joinChildrenToken protected readonly (not declared)  
kind readonly (not declared)  
maxChildCount protected readonly (not declared)  
objectType   TypeStructures  
startToken protected readonly (not declared)  

Methods

Method Modifiers Description
clone(other) static