update_dock_view: Update options for dockview instance

View source: R/dock_view.R

update_dock_viewR Documentation

Update options for dockview instance

Description

This does not rerender the widget, just update options like global theme.

Usage

update_dock_view(dock_id, options, session = getDefaultReactiveDomain())

Arguments

dock_id

The id of the dock view widget to update.

options

List of options for the dock_view instance.

session

Shiny session object.

Value

This function is called for its side effect. It sends a message to JavaScript through the current websocket connection, leveraging the shiny session object.


dockViewR documentation built on Aug. 8, 2025, 7:23 p.m.