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?
optionaldescription?:string
Optional explanation of the action and its effect.
inputs?
optionalinputs?:ActionInput[]
Values collected before invoking the action.