divider_block: Divider Block

View source: R/layout_blocks.R

divider_blockR Documentation

Divider Block

Description

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

Usage

divider_block(block_id = NULL)

Arguments

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.

See Also

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()


samterfa/slackme documentation built on April 11, 2022, 3:29 a.m.