MCPcopy Create free account
hub / github.com/ampproject/amphtml / getLayout

Method getLayout

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

@return {!Layout_Enum}

()

Source from the content-addressed store, hash-verified

316
317 /** @return {!Layout_Enum} */
318 getLayout() {
319 return this.element.getLayout();
320 }
321
322 /**
323 * Returns a previously measured layout box adjusted to the viewport. This

Callers 8

isDisplayedMethod · 0.45
maybeGenerateSizes_Method · 0.45
buildCallbackMethod · 0.45
layoutCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected