(id: string, value: string | number | boolean | FontValue | ImageValue)
| 146 | } |
| 147 | |
| 148 | setVariableValue(id: string, value: string | number | boolean | FontValue | ImageValue): void { |
| 149 | this.dispatch({ type: "setVariableValue", id, value }); |
| 150 | } |
| 151 | |
| 152 | // ── WS-C: timing accessors + typed setHold ─────────────────────────────────── |
| 153 |