Module slack_blocks::elems::select::select_kind[][src]

Expand description

Marker structs for whether users can select one or many list items.

Used to inform builder structs what kind of select element to build.

Structs

Multi

Users can select many items from the list.

Single

Users can select one item from the list.