Skip to contents

The board is composed of 2 views pointing to the network module or the grid/dashboard module.

Server module for board.

Default board grid.

Default block sidebar.

Default action bar.

Usage

main_ui(id, board)

main_server(id, board)

grid_ui_wrapper(ns, width = "75%", title = "Dashboard")

properties_ui(..., ns, width = "40%", title = "Block properties")

actions_ui(..., ns)

Arguments

id

Unique id.

board

Board object.

ns

Namespace

width

Sidebar width.

title

Sidebar title

...

Extra UI elements.