Whether the widget is activated.
()
| 100 | |
| 101 | /** Whether the widget is activated. */ |
| 102 | get isActivated(): Signal<boolean> { |
| 103 | return computed(() => this._pattern.isActivated()); |
| 104 | } |
| 105 | |
| 106 | constructor() { |
| 107 | afterRenderEffect({ |
no test coverage detected