Clipboard set

An action block that sets the clipboard content.

The fiber will proceed immediately without pause.

If content text, HTML and URI are all null then the clipboard is cleared.

The MIME type is either as specified, otherwise the resolved type of the content URI if non null, "text/html" if HTML is non null or "text/plain" if text is non null.

Caution! Don’t assign sensitive information to the clipboard as it can be accessed by all apps.

Input arguments