Module slack_blocks::elems::text_input[][src]

Expand description

Plain Text Input

slack api docs 🔗

A plain-text input, similar to the HTML <input> tag, creates a field where a user can enter freeform data. It can appear as a single-line field or a larger textarea using the multiline flag.

Works in [blocks 🔗]: Input Works in [app surfaces 🔗]: Home tabs, Modals, Messages

Modules

build

Text Input Builder

Structs

TextInput

Plain Text Input

Enums

ActionTrigger

Interaction types that you would like to receive a block_actions payload 🔗 for.