Skip to content

io.input.richText

Represents a richText component.

Usage

ts
const value = await io.input.richText("Email Body")
python
value = await io.input.rich_text("Email Body")

example of Forge app with richText component