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

Method isRelayoutNeeded

src/base-element.js:576–578  ·  view source on GitHub ↗

* Subclasses can override this method to opt-in into receiving additional * layoutCallback calls. Note that this method is not consulted for * the first layout given that each element must be laid out at least once. * @return {boolean}

()

Source from the content-addressed store, hash-verified

574 * @return {boolean}
575 */
576 isRelayoutNeeded() {
577 return false;
578 }
579
580 /**
581 * Called when the element should perform layout. At this point the element

Callers 2

measureMethod · 0.45
startLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected