overwolf.windows.setPosition
Overwolf APIs / overwolf / overwolf / windows / setPosition
Call Signature
function setPosition(
windowId: string,
properties: SetWindowPositionProperties,
callback: CallbackFunction<Result>,
): void;
Change window position (see SetWindowPositionProperties))
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id or name of the window |
properties | SetWindowPositionProperties | where to place window |
callback | CallbackFunction<Result> | Called with the result of the request. |
Returns
void
Call Signature
function setPosition(
properties: SetWindowPositionProperties,
callback: CallbackFunction<Result>,
): void;
Change this window position (see SetWindowPositionProperties))
Parameters
| Parameter | Type | Description |
|---|---|---|
properties | SetWindowPositionProperties | where to place window |
callback | CallbackFunction<Result> | Called with the result of the request. |
Returns
void