h property

Implementation

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

Implementation

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