intersectionRect property

DOMRectInit intersectionRect

Implementation

DOMRectInit get intersectionRect =>
    js_util.getProperty(this, 'intersectionRect');
void intersectionRect=(DOMRectInit newValue)

Implementation

set intersectionRect(DOMRectInit newValue) {
  js_util.setProperty(this, 'intersectionRect', newValue);
}