Module slack_blocks::blox[][src]

This is supported on crate feature blox only.
Expand description

Re-exports

pub use elems::button::Style::Danger as btn_danger;
pub use elems::button::Style::Primary as btn_primary;
pub use elems::select::build::choose::multi;
pub use elems::select::build::choose::single;
pub use elems::select::build::data_source::conversations;
pub use elems::select::build::data_source::external;
pub use elems::select::build::data_source::public_channels;
pub use elems::select::build::data_source::static_;
pub use elems::select::build::data_source::users;
pub use text::build::kind::mrkdwn;
pub use text::build::kind::plain;

Macros

blox

Accepts an XML-like expression and expands it to builder method calls.

Traits

IntoChild

Identity trait to appease the mox macro

Functions

actions_block

Build an actions block

button

Build a button

checkboxes

Build a checkbox group

confirm

Confirm

context_block

Build a context block

date_picker

Build a date picker

file_block

Build a file block

img

Build an image element

img_block

Build an image block

input_block

Build an input block

option

Option

option_group

Option Group

overflow

Build an overflow menu

radio_buttons

Build a radio button group

section_block

Build a section block

select

Build a select menu

text

Text

text_input

Build an text input element