Skip to main content

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

ParameterTypeDescription
windowIdstringThe id or name of the window to send the message to.
styleWindowStyleThe style to add : overwolf.windows.enum.WindowStyle
callbackCallbackFunction<WindowIdResult>Called with the status of the request

Returns

void