Fires when the create/edit form is being changed. Most commonly fired when some operation is executed such as Publish, Save as Draft etc.
The item that is being edited or 'null' if the item is in create.
Observable result that marks when the hook is completed.
Fires when the create/edit form is being initializing.
The item that was edited or 'null' if the item was in create.
Observable result that marks when the hook is completed.
Fires when the create/edit form is being unloading/destroying.
The item that is being edited or 'null' if the item is in create.
Observable result that marks when the hook is completed.
Fires when the list/thumbs/timeline view items are being changed.
The new items that will be rendered in the view.
Observable result that marks when the hook is completed.
Fires when the list/thumbs/timeline view is being initializing.
The items that will be rendered in the view.
Observable result that marks when the hook is completed.
Fires when the list/thumbs/timeline view is being unloading/destroying.
The items that were rendered in the view.
Observable result that marks when the hook is completed.
Fires when the item is loaded in the edit screen.
The item that is loaded.
Generated using TypeDoc
Provides item lifecycle hooks