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

Method updatePropsForRendering

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

* A callback called to compute props before rendering is run. The properties * computed here and ephemeral and thus should not be persisted via a * `mutateProps()` method. * @param {JsonObject} unusedProps * @protected

(unusedProps)

Source from the content-addressed store, hash-verified

537 * @protected
538 */
539 updatePropsForRendering(unusedProps) {}
540
541 /**
542 * A callback called to check whether the element is ready for rendering.

Callers 1

rerender_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected