getIntersectionList property

NodeListOf<SVGGraphicsElement> Function(DOMRectReadOnly, [SVGElement?]) get getIntersectionList

Implementation

_i3.NodeListOf<_i3.SVGGraphicsElement> Function(
  _i3.DOMRectReadOnly, [
  _i3.SVGElement?,
]) get getIntersectionList => (
      _i3.DOMRectReadOnly p0, [
      _i3.SVGElement? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'getIntersectionList',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set getIntersectionList (NodeListOf<SVGGraphicsElement> value(DOMRectReadOnly, [SVGElement?]))

Implementation

set getIntersectionList(
    _i3.NodeListOf<_i3.SVGGraphicsElement> Function(
      _i3.DOMRectReadOnly, [
      _i3.SVGElement?,
    ]) value) {
  _i4.setProperty(
    this,
    'getIntersectionList',
    _i4.allowInterop(value),
  );
}