Skip to main content

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

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

Returns

void