clientY property

int clientY

Implementation

int get clientY => js_util.getProperty(this, 'clientY');
void clientY=(int newValue)

Implementation

set clientY(int newValue) {
  js_util.setProperty(this, 'clientY', newValue);
}