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