overwolf.windows.sendToBack
Overwolf APIs / overwolf / overwolf / windows / sendToBack
function sendToBack(
windowId: string,
callback: CallbackFunction<WindowIdResult>,
): void;
Sends the window to the back.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id or name of the window. |
callback | CallbackFunction<WindowIdResult> | Called with the result of the request. |
Returns
void