Skip to content

API Reference / @gtkx/testing / PointerInput

Type Alias: PointerInput

PointerInput = "click" | "down" | "up" | "[MouseLeft]" | "[MouseLeft>]" | "[/MouseLeft]"

Defined in: user-event/pointer.d.ts:4

A pointer action token: a full click (click, [MouseLeft]), a button press (down, [MouseLeft>]), or a button release (up, [/MouseLeft]).

Released under the MPL-2.0 License.