overwolf.windows.setWindowStyle
Overwolf APIs / overwolf / overwolf / windows / setWindowStyle
function setWindowStyle(
windowId: string,
style: WindowStyle,
callback: CallbackFunction<WindowIdResult>,
): void;
Add Window In Game styling
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id or name of the window to send the message to. |
style | WindowStyle | The style to add : overwolf.windows.enum.WindowStyle |
callback | CallbackFunction<WindowIdResult> | Called with the status of the request |
Returns
void