View source: R/layout_blocks.R
divider_block | R Documentation |
A content divider, like an <hr>
, to split up different blocks inside of a message. The divider block is nice and neat, requiring only a type. Available in surfaces: Modals Messages Home tabs
divider_block(block_id = NULL)
block_id |
A string acting as a unique identifier for a block. If not specified, one will be generated. Maximum length for this field is 255 characters. block_id should be unique for each message and each iteration of a message. If a message is updated, use a new block_id. |
https://api.slack.com/reference/block-kit/blocks#divider
Other Blocks:
actions_block()
,
context_block()
,
file_block()
,
header_block()
,
image_block()
,
input_block()
,
section_block()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.