* An implementation can call this method to signal to the element that * it has started rendering.
()
| 819 | * it has started rendering. |
| 820 | */ |
| 821 | renderStarted() { |
| 822 | this.element.renderStarted(); |
| 823 | } |
| 824 | |
| 825 | /** |
| 826 | * Returns the viewport within which the element operates. |
no outgoing calls
no test coverage detected