Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRelativityFormsDefaultActionsAPI

The actions to take on the default actions api via the convenience api

Hierarchy

  • IRelativityFormsDefaultActionsAPI

Index

Methods

Methods

save

  • save(): Promise<void>
  • Saves the unsaved changes on the form and changes the mode to View

    Returns Promise<void>

saveAndGo

  • saveAndGo(artifactId: number): 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>