import { JsxAttribute } from "https://dotland.deno.dev/x/ts_morph@19.0.0/mod.ts";
Methods
getInitializerOrThrow(message?: string | (() => string)):
Gets the JSX attribute's initializer or throws if it doesn't exist.
getParent(): NodeParentType<ts.JsxAttribute>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JsxAttribute>>