A ClipboardActionProvider should allow access to the system clipboard
clear should allow to clear the system clipboard
True when successfully cleared, false otherwise
copy should allow to copy text to the systems clipboard
The text to copy to the clipboard
hasText should return whether the system clipboard currently holds text or not
True if there's text on the clipboard, false otherwise
paste should allow to paste the current text on the systems clipboard
The current clipboard text
Generated using TypeDoc
A ClipboardActionProvider should allow access to the system clipboard