Clipboard
Methods for writing to the system clipboard. Useful for implementing copy actions in context menu items.
clipboard/write_text
Writes text to the system clipboard.
Parameters:
{
text: string;
}Result: null
Methods for writing to the system clipboard. Useful for implementing copy actions in context menu items.
Writes text to the system clipboard.
Parameters:
{
text: string;
}Result: null