List<Node> getDestinationInsertionPoints( )

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

Other resources

Source

/**
 * Returns a list of shadow DOM insertion points to which this element is
 * distributed.
 *
 * ## Other resources
 *
 * * [Shadow DOM specification]
 * (https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html)
 * from W3C.
 */
@DomName('Element.getDestinationInsertionPoints')
@DocsEditable()
@Experimental() // untriaged
List<Node> getDestinationInsertionPoints() => wrap_jso_list(_blink.BlinkElement.instance.getDestinationInsertionPoints_Callback_0_(unwrap_jso(this)));