Skip to main content

Interface: PluginAction

User-triggered operation exposed by an addon.

Properties

id

id: string

Stable action identifier passed to the addon's onAction handler.


label

label: string

Short label displayed by the host.


description?

optional description?: string

Optional explanation of the action and its effect.


inputs?

optional inputs?: ActionInput[]

Values collected before invoking the action.