Skip to content

@sqlrooms/mosaic / usePanelClientRegistration

Function: usePanelClientRegistration()

usePanelClientRegistration(dashboardId, panelId, clients): void

Registers Mosaic clients for a dashboard panel so the panel's reset button can track which filters originate from this panel.

Parameters

ParameterType
dashboardIdstring | undefined
panelIdstring | undefined
clientsMosaicClient[]

Returns

void