docs » plugins.core.commands.actions
An action
which will execute a command with matching group/id values.
Registers itself with the core.action.manager
.
Signature | plugins.core.commands.actions.execute(action) -> boolean |
---|---|
Type | Function |
Description | Executes the action with the provided parameters. |
Parameters |
|
Signature | plugins.core.commands.actions.onChoices(choices) -> nothing |
---|---|
Type | Function |
Description | Adds available choices to the selection. |
Parameters |
|
Returns |
|
Signature | plugins.core.commands.actions.reset() -> nothing |
---|---|
Type | Function |
Description | Resets the set of choices. |
Parameters |
|
Returns |
|