Customizable logic for adding/removing blocks to the board.
Usage
add_rm_block_server(id, board, update, ...)
add_rm_block_ui(id, board)
Arguments
- id
Namespace ID.
- board
The initial board
object
- update
Reactive value object to initiate board updates.
- ...
Extra arguments passed from parent scope. Useful to communicate
between plugins and surface information at the top level (for testing ...).