Interface for a form section.

See

UiElement

Deprecated

Use Section instead.

Hierarchy

Properties

A reference to the collection of controls within this tab.

Methods

  • Gets the label.

    Returns string

    The label.

  • Gets the name of the section.

    Returns string

    The name.

  • Gets the visibility state.

    Returns boolean

    true if the tab is visible, otherwise false.

  • Sets the label.

    Parameters

    • label: string

      The label.

    Returns void

  • Sets the visibility state.

    Parameters

    • visible: boolean

      true to show, false to hide.

    Returns void

Generated using TypeDoc