Skip to main content

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

ParameterTypeDescription
eany

Returns:

PointXY