overwolf.windows.restore
Overwolf APIs / overwolf / overwolf / windows / restore
function restore(
windowId: string,
callback?: CallbackFunction<WindowIdResult>,
): void;
Restores a minimized window.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id or name of the window to restore. |
callback? | CallbackFunction<WindowIdResult> | Called after the window is restored. |
Returns
void