update_dock_view: Update options for dockview instance
Description
This does not rerender the widget, just update options like global theme.
Usage
update_dock_view(dock, options)
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.
Arguments
- dock
Dock proxy created with dock_view_proxy().
- options
List of options for the dock_view instance.