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