Module composition_objects

Module composition_objects 

Source
Expand description

Objects can be used inside of block elements.

Modules§

builders
builder objects for composition objects.
types
Additional types to create composition objects.

Structs§

ConfirmationDialog
Confirmation dialog object representation.
ConversationFilter
Conversation filter object representation.
DispatchActionConfiguration
Dispatch action configuration representation.
Mrkdwn
Text object of type “mrkdwn”.
Opt
Option object representation.
OptGroup
Option group object representation.
Plain
Text object of type “plain_text”.
SlackFile
Slack file object representation.
Text
Text object representation.
Trigger
Trigger object representation.
Workflow
Workflow object representation.

Enums§

TextContent
Enum representation of Text objects. Use this when you need to handle both Plain and Mrkdwn text objects.

Traits§

TextExt
Extension trait for Text objects.