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

Method getLayoutSize

src/custom-element.js:1506–1508  ·  view source on GitHub ↗

* Returns a previously measured layout size. * @return {!./layout-rect.LayoutSizeDef} * @final

()

Source from the content-addressed store, hash-verified

1504 * @final
1505 */
1506 getLayoutSize() {
1507 return this.getResource_().getLayoutSize();
1508 }
1509
1510 /**
1511 * @return {?Element}

Callers

nothing calls this directly

Calls 1

getResource_Method · 0.95

Tested by

no test coverage detected