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