Skip to content

System.Context.currentEvent.screenY

Description

Obtain the vertical coordinates of the event target relative to the triggering event on the page.

Grammar

System.Context.currentEvent.screenY

Code Example

Get the vertical page coordinates of the current trigger event.

const value = System.Context.currentEvent.screenY;
console.log(value)