overwolf.utils.getFromClipboard
Overwolf APIs / overwolf / overwolf / utils / getFromClipboard
function getFromClipboard(callback: (result: string) => void): void;
Gets the string currently placed on the clipboard. If no string is placed on the clipboard, returns null.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | (result: string) => void | Called with the string from the clipboard. |
Returns
void