Skip to contents

Main Function

The easiest way to link components

link_plots()
Simple Plot Linking Function

Advanced Usage & Component API

For advanced use cases or integrating custom components. Most users should start with link_plots().

create_link_registry()
Create a Link Registry for Shiny Component Coordination
register_leaflet()
Register a Leaflet Component
register_dt()
Register a DT DataTable Component

Internal Functions

Internal functions for advanced users

setup_component_observers()
Set up observers for different component types
setup_leaflet_observers()
Setup Leaflet Map Observers
setup_datatable_observers()
Setup DataTable Observers
update_leaflet_selection()
Update Leaflet Map Selection
update_dt_selection()
Update DT Selection Based on Shared ID
apply_default_leaflet_behavior()
Apply Default Leaflet Behavior for Selection Events