Wagtail client-side components
Preparing search index...
controllers/AutosaveController
AutosaveSuccessDetail
Interface AutosaveSuccessDetail
The
detail
data for a
w-autosave:success
event.
interface
AutosaveSuccessDetail
{
data
:
AutosaveSuccessResponse
;
response
:
AutosaveSuccessResponse
;
timestamp
:
Date
;
trigger
?:
Event
;
}
Index
Properties
data
response
timestamp
trigger?
Properties
data
data
:
AutosaveSuccessResponse
response
response
:
AutosaveSuccessResponse
timestamp
timestamp
:
Date
Optional
trigger
trigger
?:
Event
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
response
timestamp
trigger
Wagtail client-side components
Loading...
The
detaildata for aw-autosave:successevent.