Shiny UI function for board objects.

# S3 method for class 'board_options'
board_ui(id, x, ...)

# S3 method for class 'board_options'
update_ui(x, session, ...)

# S3 method for class 'plugin'
board_ui(id, x, ...)

# S3 method for class 'plugins'
board_ui(id, x, ...)

board_ui(id, x, ...)

# S3 method for class 'board'
board_ui(id, x, plugins = list(), ...)

# S3 method for class '`NULL`'
board_ui(id, x, ...)

insert_block_ui(id, x, blocks = NULL, ...)

# S3 method for class 'board'
insert_block_ui(id, x, blocks = NULL, ...)

remove_block_ui(id, x, blocks = NULL, ...)

# S3 method for class 'board'
remove_block_ui(id, x, blocks = NULL, ...)

update_ui(x, session, ...)

# S3 method for class 'board'
update_ui(x, session, ...)

Arguments

id

Namespace ID

x

Board

...

Generic consistency

session

Shiny session

plugins

UI for board plugins

blocks

(Additional) blocks (or IDs) for which to generate the UI