Skip to main content

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

TemplateRenderer.asynchronous property

Whether or not vertices are rendered asynchronously, or in the current event loop. The vanilla renderer and certain other library integrations such as Angular and Vue2 or not asynchronous. But Vue3 and React 18 are.

Signature:

asynchronous: boolean;