Interface for an entity's form selector item.

Hierarchy

Methods

  • Gets the unique identifier of the form.

    Returns string

    The identifier, in Guid format.

  • Gets the label for the form.

    Returns string

    The label.

  • Returns a value that indicates whether the form is currently visible.

    Returns boolean

    true if the form is visible; false otherwise.

  • Navigates the user to this form.

    Returns void

  • Sets a value that indicates whether the form is visible.

    Parameters

    • isVisible: boolean

      Specify true to show the form; false to hide the form.

    Returns void

Generated using TypeDoc