Skip to main content

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

SurfaceRenderOptions.directRender property

Direct rendering is a mode in which the Surface disables pan/zoom, and adjusts its content so that the origin of the content is [0,0]. This mode can be used to embed the Surface into a read only UI (while still maintaining its dynamic connection to the underlying dataset)

Signature:

directRender?: boolean;