Skip to main content

overwolf.windows.removeWindowStyle

Overwolf APIs / overwolf / overwolf / windows / removeWindowStyle

function removeWindowStyle(
windowId: string,
style: WindowStyle,
callback: CallbackFunction<WindowIdResult>,
): void;

Remove 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