import { IndexedAccessTypeNode } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Methods
Gets the indexed access type node's object type node.
This is MyObjectType
in MyObjectType["myIndex"]
.
getParent(): NodeParentType<ts.IndexedAccessTypeNode>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.IndexedAccessTypeNode>>