Function isTextInput

  • Tests whether the given object is a HTML text input.

    Parameters

    • target: EventTarget

      The object to test.

    Returns target is HTMLInputElement | HTMLTextAreaElement

    True: the object is a HTML text input

Generated using TypeDoc