For AI agents: visit https://lucid-developer-docs.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
These docs are for v1.0. Click to read the latest docs for v1.3.
| Property | Type | Description |
|---|
type | 'extensionHandler' | Specifies the type of click handler. |
packageId | string | Package Id in which the action is registered in. |
extensionName | string | Name of the extension in which the action is registered in. |
action | string | Name of the action to be triggered on click. |
parameters | JSON object | A JSON object whose values can be of type boolean, null, number or Interpolated strings. The object will be passed to the action when the action is called. |