overwolf.windows.openOptionsPage
Overwolf APIs / overwolf / overwolf / windows / openOptionsPage
function openOptionsPage(callback: CallbackFunction<WindowIdResult>): void;
Opens the options page specified in the manifest file. Does nothing if no such page has been specified.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<WindowIdResult> | - |
Returns
void