MCPcopy Create free account
hub / github.com/angular/components / isActivated

Method isActivated

src/aria/grid/grid-cell-widget.ts:102–104  ·  view source on GitHub ↗

Whether the widget is activated.

()

Source from the content-addressed store, hash-verified

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

Callers 8

grid.spec.tsFile · 0.45
grid.spec.tsFile · 0.45
GridPatternClass · 0.45
activationEffectMethod · 0.45
activateMethod · 0.45
deactivateMethod · 0.45
GridCellPatternClass · 0.45

Calls 1

computedFunction · 0.85

Tested by

no test coverage detected