Home > @jsplumbtoolkit/browser-ui > AutoSaveOptions
AutoSaveOptions interface
Signature:
export interface AutoSaveOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
autoSave? | boolean | (Optional) | |
autoSaveDebounceTimeout? | number | (Optional) | |
autoSaveHandler? | (instance: JsPlumbToolkit) => any | (Optional) | |
onAfterAutoSave? | () => any | (Optional) | |
onAutoSaveError? | () => any | (Optional) | |
onAutoSaveSuccess? | () => any | (Optional) | |
onBeforeAutoSave? | () => any | (Optional) | |
saveHeaders? | any | (Optional) | |
saveUrl? | string | (Optional) |