Skip to content

Type Alias: ClientMouseEvent

ts
type ClientMouseEvent = object;

Properties

clientX

ts
clientX: number;

clientY

ts
clientY: number;