Clipboard
lib.setClipboard
Sets the player's clipboard to the specified string value.
caution
Will not work if focus is already taken by some NUI component.
- Lua
- JS/TS
lib.setClipboard(value)
import lib from '@overextended/ox_lib/client'
lib.setClipboard(value)
- value:
string