Latite Scripting Documentation (Exports)
Exports > lib/clipboard > include > Clipboard
Interface
Source: lib/clipboard.d.ts:2
get():
string
Gets the current clipboard text
Source: lib/clipboard.d.ts:6
string
getBitmap():
null|Uint8Array
Gets the copied bitmap. If the clipboard is unable to be opened, it will return null
Source: lib/clipboard.d.ts:18
null | Uint8Array
set(str:
string):void
Sets the clipboard text
Source: lib/clipboard.d.ts:12
| Parameter | Type | Description |
|---|---|---|
| str | string |
The text to set the clipboard to |
void