Skip to content

Function: registerMosaicPlot()

registerMosaicPlot(reg): () => void

Defined in: mosaic-registry.ts:206

Register every clause-publishing interactor of one Plot (including legend handlers, which mosaic keeps OUT of plot.interactors). Called by MosaicView when given scope/name; returns the unregister function. A single publisher gets the bare name; several get :<index> suffixes.

Parameters

reg

name

string

plot

MosaicPlotLike

scope?

string | Scope

Returns

() => void