Usage
new_dock_board(
blocks = list(),
links = list(),
stacks = list(),
...,
extensions = new_dock_extensions(),
layout = default_grid(blocks, extensions),
options = dock_board_options(),
ctor = NULL,
pkg = NULL,
class = character()
)is_dock_board(x)
as_dock_board(x, ...)
dock_layout(x)
dock_layout(x) <- value
dock_extensions(x)
dock_extensions(x) <- value
dock_ext_ids(x)
dock_board_options()