Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkitOptions > autoSave

JsPlumbToolkitOptions.autoSave property

Whether or not to automatically save the data when an update to a model object occurs. If you set this then you need to provide saveUrl or autoSaveHandler.

Signature:

autoSave?: boolean;