Customizable logic for adding/removing links between blocks on the board.

add_rm_link_server(id, board, update, ...)

add_rm_link_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

Value

A reactive value that evaualtes to NULL or a list with components add and rm, where add is either NULL or a data.frame with columns id, from, tp and input and rm is either NULL or a character vector of link IDs.