Public Method Author API

saveOptions

Type: object

Options 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. If false, it remains on the same view.

    Default: true

Was this article helpful?