On this pageoverwolf.utils.placeOnClipboardOverwolf APIs / overwolf / overwolf / utils / placeOnClipboard function placeOnClipboard(data: string): void; Copies the given string to the clipboard. Parameters ParameterTypeDescriptiondatastringThe string to be copied to the clipboard. Returns void