Stages related properties and methods

Hierarchy

  • Stages

Constructors

Methods

  • Get stage of form.

    Parameters

    • Optional itemId: string

      id of form

    Returns string

  • Get stage of form on ListPage.

    Parameters

    • Optional itemId: string

      id of form

    Returns Promise<string>

  • Set stage of form to given stage id. On ListPage an itemID must be provided.

    Parameters

    • stageId: string

      id of stage

    • Optional itemId: string

      id of form

    Returns void

Generated using TypeDoc