UseAutoSaveEffectOptions
Interface: UseAutoSaveEffectOptions
Defined in: apps/builder-web/src/state/useAutoSaveEffect.tsx:3
Properties
intervalMinutes
intervalMinutes:
number
Defined in: apps/builder-web/src/state/useAutoSaveEffect.tsx:5
isDirty
isDirty:
boolean
Defined in: apps/builder-web/src/state/useAutoSaveEffect.tsx:6
isSaving
isSaving:
boolean
Defined in: apps/builder-web/src/state/useAutoSaveEffect.tsx:7
onAutoSave()
onAutoSave: () =>
void|Promise<unknown>
Defined in: apps/builder-web/src/state/useAutoSaveEffect.tsx:8
Returns
void | Promise<unknown>
projectId
projectId:
string|null
Defined in: apps/builder-web/src/state/useAutoSaveEffect.tsx:4