Action
The action that the Command Bar should perform.
Copy Action
Copy content to the clipboard.
Name | Type | Description |
---|---|---|
type | copy | The action type |
content | unknown | Content to copy |
Example
Paste Action
Paste content to the frontmost window.
Name | Type | Description |
---|---|---|
type | copy | The action type |
content | string | Content to paste |
Example
Open URL Action
Open URL with the desktop’s default browser.
Name | Type | Description |
---|---|---|
type | copy | The action type |
url | string | URL to open |
Example
Show in Folder Action
Show the given file in a file manager. If possible, select the file.
Name | Type | Description |
---|---|---|
type | copy | The action type |
path | string | Path to show in a file manager |
Example