Module slack_blocks::elems[][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

Button

checkboxes

Checkbox Group

date_picker

Date Picker Element

image

Image Element

overflow

Overflow Menu

radio

Radio Buttons

select

Select Menu Element

text_input

Plain 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