Skip to content

@sqlrooms/documents / SelectablePanelWrapper

Variable: SelectablePanelWrapper

const SelectablePanelWrapper: 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>