@sqlrooms/documents / SelectablePanelWrapper
Variable: SelectablePanelWrapper
constSelectablePanelWrapper:FC<SelectablePanelWrapperProps>
Wrapper component that makes a block/panel selectable.
Features:
- Visual outline when selected
- Click to select
- Click propagation prevention
Example
tsx
<SelectablePanelWrapper
dashboardId={dashboardId}
panelId={panel.id}
panelType="vgplot"
blockType="dashboard-panel"
>
<ChartPanel />
</SelectablePanelWrapper>