MCPcopy Index your code
hub / github.com/ampproject/amphtml / reconstructWhenReparented

Method reconstructWhenReparented

src/custom-element.js:1768–1770  ·  view source on GitHub ↗

* Whether the element needs to be reconstructed after it has been * re-parented. Many elements cannot survive fully the reparenting and * are better to be reconstructed from scratch. * * @return {boolean} * @package @final

()

Source from the content-addressed store, hash-verified

1766 * @package @final
1767 */
1768 reconstructWhenReparented() {
1769 return this.impl_ ? this.impl_.reconstructWhenReparented() : false;
1770 }
1771
1772 /**
1773 * Collapses the element, and notifies its owner (if there is one) that the

Callers 1

connectedCallbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected