Skip to main content

overwolf.logitech.led.restoreLightingForKey

Overwolf APIs / overwolf / overwolf / logitech / led / restoreLightingForKey

function restoreLightingForKey(
keyName: KeyboardNames,
callback: CallbackFunction<Result>,
): void;

Restores a previously saved lighting for a specific key.

Parameters

ParameterTypeDescription
keyNameKeyboardNamesThe key name. For a list of key names see
callbackCallbackFunction<Result>A callback with the result of the request.

Returns

void