getIntersectionList method

NodeList getIntersectionList(
  1. DOMRectReadOnly rect,
  2. SVGElement? referenceElement
)

Implementation

NodeList getIntersectionList(
        DOMRectReadOnly rect, SVGElement? referenceElement) =>
    js_util.callMethod(this, 'getIntersectionList', [rect, referenceElement]);