Skip to content

Type Alias: Directive

Directive = (plot) => void

Defined in: mosaic.tsx:29

One vgplot directive (vg.raster(...), vg.width(...), …) applied to the Plot.

Parameters

plot

Plot

Returns

void