overwolf.logitech.led.saveLightingForKey
Overwolf APIs / overwolf / overwolf / logitech / led / saveLightingForKey
function saveLightingForKey(
keyName: KeyboardNames,
callback: CallbackFunction<Result>,
): void;
Saves the current lighting of a specific key.
Parameters
| Parameter | Type | Description |
|---|---|---|
keyName | KeyboardNames | The key name. For a list of key names see |
callback | CallbackFunction<Result> | A callback with the result of the request. |
Returns
void