Body

Forms Developer Guides Scripting Interface Modal

BODY(content)

var modal = Modal.new();
modal.body("Example!");

modal.body() == "Example!";

Modals within the script sandbox cannot contain HTML.

Returns the modal's current body text. If the content argument is given, the body will be set to the content.