add_rm_block.Rd
Customizable logic for adding/removing blocks to the board.
add_rm_block_server(id, board, update, ...)
add_rm_block_ui(id, board)
A shiny::reactiveValues()
object with components add
and rm
,
where add
may be NULL
or a block
object and rm
be NULL
or a string
(block ID).