Script API - v1.26.30.28
    Preparing search index...

    Class FormVisibilityErrorBeta

    Thrown when a form visibility operation fails, such as attempting to show a form that is already showing or attempting to close a form that is not currently open.

    Hierarchy

    • Error
      • FormVisibilityError
    Index

    Constructors

    Properties

    Constructors

    Properties

    formId: string

    The identifier of the form that caused the visibility error.

    This property can be read in early-execution mode.

    message: string
    name: string

    The reason the form visibility operation failed.

    This property can be read in early-execution mode.

    stack?: string