Skip to main content

Home > @jsplumbtoolkit/browser-ui > TemplateRenderer > reactive

TemplateRenderer.reactive property

Whether or not the Surface can expect the renderer to detect data model changes that require a refresh of a given vertex's DOM representation. For vanilla and Svelte this is false; all the other library integrations set this to true.

Signature:

reactive: boolean;