getDestinationInsertionPoints method

  1. @Returns('NodeList')
  2. @Creates('NodeList')
List<Node> getDestinationInsertionPoints ()
@Creates('NodeList'), @Returns('NodeList')

Returns a list of shadow DOM insertion points to which this element is distributed.

Other resources

Implementation

@Returns('NodeList')
@Creates('NodeList')
List<Node> getDestinationInsertionPoints() native;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/Element/getDestinationInsertionPoints.html