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