MCPcopy
hub / github.com/ampproject/amphtml / onLayoutMeasure

Method onLayoutMeasure

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

* Called when we just measured the layout rect of this element. Doing * more expensive style reads should now be cheap. * This may currently not work with extended elements. Please file * an issue if that is required. * @public * TODO(#31915): remove once R1 migration is complete.

()

Source from the content-addressed store, hash-verified

1030 * TODO(#31915): remove once R1 migration is complete.
1031 */
1032 onLayoutMeasure() {}
1033
1034 /**
1035 * @return {./log.Log}

Callers 1

onMeasureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected