Customizable logic for adding/removing blocks to the board.
Value
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).
Customizable logic for adding/removing blocks to the 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).