saveOptions
Type: objectOptions for customizing the behavior of the save()
method.
Properties
-
navigate boolean
This controls what happens after the Item is saved successfully when the
save()
method is called on Widget edit view.If
true
or no value is passed, the view will return to the Item edit view. Iffalse
, it remains on the same view.Default:
true