Skip to content

io.input.text

Represents a text component.

Usage

ts
const value = await io.input.text("Comments")
python
value = await io.input.text("Comments")

example of Forge app with text component