| Interface | Description |
|---|---|
| RichTextElement |
{
"type": "rich_text",
"block_id": "",
"elements": [
{
"type": "rich_text_section",
"elements": []
},
{
"type": "rich_text_list",
"elements": [],
"style": "bullet",
"indent": 0
},
{
"type": "rich_text_quote",
"elements": []
},
{
"type": "rich_text_preformatted",
"elements": []
}
]
}
|
| Class | Description |
|---|---|
| BlockElement |
Base block element for adding interactive components to Slack messages.
|
| BlockElements | |
| ButtonElement |
https://api.slack.com/reference/block-kit/block-elements#button
|
| ChannelsSelectElement |
https://api.slack.com/reference/block-kit/block-elements#channel_select
|
| CheckboxesElement |
https://api.slack.com/reference/block-kit/block-elements#checkboxes
|
| ConversationsSelectElement |
https://api.slack.com/reference/block-kit/block-elements#conversation_select
|
| DatePickerElement |
https://api.slack.com/reference/block-kit/block-elements#datepicker
|
| ExternalSelectElement |
https://api.slack.com/reference/block-kit/block-elements#external_select
|
| ImageElement |
https://api.slack.com/reference/block-kit/block-elements#image
|
| MultiChannelsSelectElement |
https://api.slack.com/reference/block-kit/block-elements#channel_multi_select
|
| MultiConversationsSelectElement |
https://api.slack.com/reference/block-kit/block-elements#conversation_multi_select
|
| MultiExternalSelectElement |
https://api.slack.com/reference/block-kit/block-elements#external_multi_select
|
| MultiStaticSelectElement |
https://api.slack.com/reference/block-kit/block-elements#multi_select
|
| MultiUsersSelectElement |
https://api.slack.com/reference/block-kit/block-elements#users_multi_select
|
| OverflowMenuElement |
https://api.slack.com/reference/block-kit/block-elements#overflow
|
| PlainTextInputElement |
https://api.slack.com/reference/block-kit/block-elements#input
|
| RadioButtonsElement |
https://api.slack.com/reference/block-kit/block-elements#radio
|
| RichTextListElement |
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
| RichTextPreformattedElement |
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
| RichTextQuoteElement |
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
| RichTextSectionElement |
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
| RichTextSectionElement.Broadcast | |
| RichTextSectionElement.Channel | |
| RichTextSectionElement.Color | |
| RichTextSectionElement.Date | |
| RichTextSectionElement.Emoji | |
| RichTextSectionElement.Link | |
| RichTextSectionElement.Team | |
| RichTextSectionElement.Text | |
| RichTextSectionElement.TextStyle | |
| RichTextSectionElement.User | |
| RichTextSectionElement.UserGroup | |
| RichTextUnknownElement | |
| StaticSelectElement |
https://api.slack.com/reference/messaging/block-elements#static-select
|
| UsersSelectElement |
https://api.slack.com/reference/block-kit/block-elements#users_select
|
Copyright © 2020. All rights reserved.