Skip to main content

Home > @jsplumbtoolkit/browser-ui > SurfaceRenderOptions > objectFilter

SurfaceRenderOptions.objectFilter property

Optional filter that can decide whether or not the Surface renders a specific node or group. By default all nodes and groups in the underlying dataset are rendered.

Signature:

objectFilter?: (b: Base) => boolean;