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

Method isBuilt

src/custom-element.js:486–488  ·  view source on GitHub ↗

* Whether the element has been built. A built element had its * buildCallback method successfully invoked. * @return {boolean} * @final

()

Source from the content-addressed store, hash-verified

484 * @final
485 */
486 isBuilt() {
487 return this.built_;
488 }
489
490 /**
491 * Returns the promise that's resolved when the element has been built. If

Callers 7

updateLayoutBoxMethod · 0.95
onMeasureMethod · 0.95
layoutCallbackMethod · 0.95
pauseMethod · 0.95
resumeMethod · 0.95
unlayoutCallbackMethod · 0.95
enqueActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected