Home > @jsplumb/browser-ui > getPageLocation
#
getPageLocation() functionGets the page location for the given event, abstracting out differences between touch and mouse events.
Signature:
export declare function getPageLocation(e: any): PointXY;
#
ParametersParameter | Type | Description |
---|---|---|
e | any |
Returns:
PointXY