StaticcheckboxStaticeventDispatches an event from an element.
the element to dispatch the event from
the name of the event
Optionalpayload: CustomEventInit<any>the payload of the event
StaticinputStatickeyboardSimulate a keyboard event
the element to trigger the event
the name of the keyboard event (Ex: keyup)
the payload of the event
StatickeySimulate a user pressing a key on the supplied element
the element to click
the key to simulate a click. Full list of key values can be found here: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values
StaticmouseSimulate a mouse event
the element to click
the name of the mouse event (Ex: click, dblclick, mouseup, mousemove, mousedown)
the payload of the event
A class containing helper functions for actions that a user would normally perform such as typing into an input field or clicking keyboard keys.