Home > three-story-controls > Damper > addToTarget
Increment/Decrement a specifc damper target value
Signature:
addToTarget(key: string, value: number): void;
| Parameter | Type | Description |
|---|---|---|
| key | string | The key of the value to modify |
| value | number | The amount to modify the target by |
Returns:
void