Update a dragmapr widget in place
Arguments
- session
Shiny session.
- outputId
Widget output id.
- ...
Live updates to apply. Display options use the R API, for example
show_origin_outlinesormap_background. The composition fieldselected_featurecan also be updated; passNULLor""to clear the current selection. Useremove_features = c(...)to remove one or more feature ids from the live widget, ordelete_selected = TRUEto remove the current selection.expanded_groupsandstylesupdate the hierarchy/style composition without rebuilding geometry.- generation
Optional widget generation token. When supplied, the browser ignores the update unless it targets the active render generation.
- revision
Optional server-side revision token to echo in the widget acknowledgement input.
