Text area constructor interface

Hierarchy

  • MEUITextAreaConstructor

Constructors

Constructors

  • Creates a new text area

    Parameters

    • value: string

      The initial value of the text area.

    • Optional width: number

      The width of the text area or null for the default value.

    • Optional height: number

      The height of the text area or null for the default value.

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

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

        • (textArea): void
        • Parameters

          Returns void

    Returns MEUITextArea

    A new text area.

Generated using TypeDoc