This function creates a proxy object that can be used to update an existing dockview instance after it has been rendered in the UI. The proxy allows for server-side modifications of the graph without completely re-rendering it.
Usage
dock_view_proxy(id, data = NULL, session = getDefaultReactiveDomain())Value
A proxy object of class "dock_view_proxy" that can be used with dockview proxy methods
such as add_panel(), remove_panel(), etc. It contains:
id: The ID of the dockview instance.session: The Shiny session object.