Module slack_blocks::block_elements[][src]

Expand description

Block Elements - interactive components

slack api docs 🔗

Block elements can be used inside of section, context, and actions layout blocks 🔗. Inputs can only be used inside of input blocks.

Our overview of app surfaces that support Block Kit 🔗 shows you where those blocks might be relevant.

Finally, our handling user interactivity guide 🔗 will help you prepare your app to allow for the use of the interactive components listed below.

Modules

button
checkboxes
date_picker
image
overflow
radio
select

Select Menu Element

text_input

Structs

Button

Button

Checkboxes

Checkbox Group

DatePicker

Date Picker Element

Image

Image Element

Overflow

Overflow Menu

Radio

Radio Buttons

TextInput

Plain Text Input

Enums

BlockElement

Block Elements - interactive components

SelectDeprecated

Select Menu Element