<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`UserEvent`](UserEvent) ## UserEvent type **Signature:** ```typescript export type UserEvent = MouseEvent | KeyboardEvent | TouchEvent | PointerEvent; ```