Home > ts-morph-structures > IndexedAccessTypeStructureImpl
Signature:
export default class IndexedAccessTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.IndexedAccess, [
TypeStructures
]>
Extends: TypeStructuresWithChildren<TypeStructureKind.IndexedAccess, [ TypeStructures ]>
Foo["index"]
Constructor | Modifiers | Description |
---|---|---|
(constructor)(objectType, indexType) | Constructs a new instance of the IndexedAccessTypeStructureImpl class |
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) |
Method | Modifiers | Description |
---|---|---|
clone(other) | static |