clipboard conditionDescription:
The clipboard condition checks to see if the clipboard contains data and/or contains a specific value or format.
Parent: all, any, condition, conditions, none, not , wait
Value (simple form): boolean, specifying if data must be on the clipboard (checks for existence, content irrelevant)
Value (key/value form):
name: string, required, specifying state namechanged: boolean, optional, specifying if monitoring only for a change in clipboard content (default: false)contains: string, optional, specifying text that must be contained in state value (default: null)contents: string, optional, specifying text that must match state value exactly (default: null)format: string, optional, specifying the clipboard format that must exist (default: null)# simple form
clipboard: (boolean)
# simple example
clipboard: true
# key/value form
clipboard:
changed: (boolean, optional)
contains: (string, optional)
contents: (string, optional)
format: (string, optional)
# key/value example
clipboard:
format: image