Interface for UI elements which can have the disabled value updated.

Hierarchy

Methods

Methods

  • Sets the state of the control to either enabled, or disabled.

    Parameters

    • disabled: boolean

      true to disable, false to enable.

    Returns void

Generated using TypeDoc