Variable ClipboardTextPlaceholderConst

ClipboardTextPlaceholder: Placeholder = ...

Placeholder for the text currently stored in the clipboard. If the clipboard is empty, this will be replaced with an empty string. Most clipboard content supplies a string format, such as file names when copying files in Finder.

If the offsets parameter is provided, the placeholder will be replaced with a list of one or more previous clipboard text entries separated by newlines. The offsets parameter can be a list of numbers or a range of numbers, e.g. 1, 2, 3, 1-3, and 1..3 are all treated equally. If the offsets parameter is not provided, the placeholder will be replaced with the text currently stored in the clipboard. To include the current clipboard text in addition to previous entries, begin the list with 0.

Syntax: {{clipboardText}} or {{clipboardText offsets=[1, 2, 3]}} or {{clipboardText offsets=[1..3]}}

Generated using TypeDoc