intersectionRect property

DOMRectInit get intersectionRect

Implementation

_i3.DOMRectInit get intersectionRect => _i4.getProperty(
      this,
      'intersectionRect',
    );
set intersectionRect (DOMRectInit value)

Implementation

set intersectionRect(_i3.DOMRectInit value) {
  _i4.setProperty(
    this,
    'intersectionRect',
    value,
  );
}