y property

Implementation

CSSNumericValue get y => js_util.getProperty(this, 'y');
void y=(CSSNumericValue newValue)

Implementation

set y(CSSNumericValue newValue) {
  js_util.setProperty(this, 'y', newValue);
}