MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / setActive

Method setActive

packages/playground/src/components/TrackItem.ts:158–160  ·  view source on GitHub ↗
(active: boolean)

Source from the content-addressed store, hash-verified

156 }
157
158 setActive(active: boolean): void {
159 this.root.classList.toggle('active', active);
160 }
161
162 isMuted(): boolean {
163 return this.muteBtn.isActive();

Callers 1

refreshActiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected