Module

x/ts_morph/ts_morph.d.ts>JsxElement#setBodyTextInline

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method JsxElement.prototype.setBodyTextInline
import { JsxElement } from "https://dotland.deno.dev/x/ts_morph@22.0.0/ts_morph.d.ts";

Sets the body text without surrounding new lines.

Parameters

textOrWriterFunction: string | WriterFunction
  • Text to set as the body.