divider_block.Rd
A content divider, like an hr HTML DOM, to split up different blocks inside of a message.
divider_block(id = NULL)
id | character, unique identifier for a block. Default: NULL |
---|
divider_block class
Available in surfaces: Modals, Messages, Home tabs
Other layout:
actions_block()
,
as.blocks()
,
context_block()
,
file_block()
,
image_block()
,
input_block()
,
section_block()
,
wrap_blocks()
divider_block()#> { #> "type": "divider" #> }