HybridForms API
    Preparing search index...

    Class Stages

    Static properties and methods related to the stages.

    Index

    Constructors

    Methods

    • Get stage of form.

      Parameters

      • OptionalitemId: string

        id of form

      Returns string

    • Get stage of form on ListPage.

      Parameters

      • OptionalitemId: 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

      • OptionalitemId: string

        id of form

      Returns void