()
| 104 | } |
| 105 | |
| 106 | constructor() { |
| 107 | afterRenderEffect({ |
| 108 | write: () => this._pattern.activationEffect(), |
| 109 | }); |
| 110 | |
| 111 | afterRenderEffect({ |
| 112 | write: () => this._pattern.deactivationEffect(), |
| 113 | }); |
| 114 | } |
| 115 | |
| 116 | /** Activates the widget. */ |
| 117 | activate(): void { |
nothing calls this directly
no test coverage detected