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

Method removeAsContainer

src/base-element.js:480–482  ·  view source on GitHub ↗

* Removes itself as a container. See `setAsContainer`.

()

Source from the content-addressed store, hash-verified

478 * Removes itself as a container. See `setAsContainer`.
479 */
480 removeAsContainer() {
481 this.element.removeAsContainerInternal();
482 }
483
484 /**
485 * Subclasses can override this method to indicate that it is has

Callers 10

afterCloseMethod · 0.80
unmountCallbackMethod · 0.80
finalizeClose_Method · 0.80
afterCloseMethod · 0.80
unmountCallbackMethod · 0.80
updateForClosed_Method · 0.80
afterCloseMethod · 0.80
unmountCallbackMethod · 0.80
updateForClosed_Method · 0.80

Calls 1

Tested by

no test coverage detected