* @protected * @param {JsonObject} props
(props)
| 498 | * @param {JsonObject} props |
| 499 | */ |
| 500 | mutateProps(props) { |
| 501 | Object.assign(/** @type {object} */ (this.defaultProps_), props); |
| 502 | this.scheduleRender_(); |
| 503 | } |
| 504 | |
| 505 | /** |
| 506 | * @return {API_TYPE} |
no test coverage detected