Interface for save event arguments.
The save mode.
Gets save mode, as an integer.
Gets save mode, as an integer. Values returned are:
Returns a boolean value to indicate if the record's save has been prevented.
true if saving is prevented, otherwise false.
Prevents the save operation from being submitted to the server. All remaining "on save" handlers will continue execution.
Cancels the save operation if the event handler has a script error, returns a rejected promise for an async event handler or the operation times out.
Generated using TypeDoc
Interface for save event arguments.