Focuses the widget's host element.
()
| 150 | |
| 151 | /** Focuses the widget's host element. */ |
| 152 | focus(): void { |
| 153 | this.widgetHost().focus(); |
| 154 | } |
| 155 | |
| 156 | /** Side-effect executed whenever the widget activates. Runs in the write phase. */ |
| 157 | activationEffect(): void { |
no test coverage detected