Text box constructor interface

Hierarchy

  • MEUITextBoxConstructor

Constructors

Constructors

  • Creates a new text box

    Parameters

    • value: string

      The initial value of the text box.

    • Optional change: ((textBox) => void)

      The event which is fired when the value of the text box changes.

        • (textBox): void
        • Parameters

          Returns void

    Returns MEUITextBox

    A new text box.

Generated using TypeDoc