The actions to take on the default actions api via the convenience api
Methods
save()
save(): Promise
<void
>
Saves the unsaved changes on the form and changes the mode to View
Returns
Promise
<void
>
saveAndContinue()
saveAndContinue(): Promise
<void
>
Saves the unsaved changes on the form (No Navigation)
Returns
Promise
<void
>
saveAndGo()
saveAndGo(artifactId
): Promise
<void
>
Saves the unsaved changes on the form and navigates to that artifactID
Parameters
• artifactId: number
The artifactID to navigate to after saving.
Returns
Promise
<void
>