* 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)
| 537 | * @protected |
| 538 | */ |
| 539 | updatePropsForRendering(unusedProps) {} |
| 540 | |
| 541 | /** |
| 542 | * A callback called to check whether the element is ready for rendering. |