Actions
- A read-only list of available actions for this plugin instance.
Property |
Type |
Description |
items |
array[Action] |
The list of available actions. |
Action
- A read-only plugin action that either represents a file download or an arbitrary invocation performed by the plugin.
Property |
Type |
Description |
description |
string |
The description of this action. |
download |
boolean |
Whether this action will trigger a download or invoke an internal action that will return a string result. |
id |
string |
The ID of this action. |
invocationRef |
ResourceLink |
Whether this action will trigger a download or invoke an internal action that will return a string result. |
name |
string |
The name of this action. |
ResourceLink
- A reference to a resource.
Property |
Type |
Description |
id * |
string |
The ID of the resource. |
location |
string |
A read-only URL that references the resource. If the resource is not currently URL-accessible, this property will be null. |