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