- @DomName('Element.getDestinationInsertionPoints')
- @DocsEditable()
- @Experimental()
- @Returns('NodeList|Null')
- @Creates('NodeList')
Returns a list of shadow DOM insertion points to which this element is distributed.
Other resources
- Shadow DOM specification from W3C.
Source
@DomName('Element.getDestinationInsertionPoints') @DocsEditable() @Experimental() // untriaged @Returns('NodeList|Null') @Creates('NodeList') List<Node> getDestinationInsertionPoints() native;