Function isButton

  • Tests whether the given object is a HTML button.

    Parameters

    • target: EventTarget

      The object to test.

    Returns target is HTMLButtonElement

    True: the object is a HTML button

Generated using TypeDoc