Neutralino.clipboard
Neutralino.clipboard
namespace offers functions to access system clipboard.
#
clipboard.writeText(text)Writes text into the system clipboard.
#
Parameterstext
String: Text to store into the system clipboard.
#
clipboard.readText()Reads and returns text from system clipboard.
#
Return String (awaited):Stored text from the system clipboard.