docs » plugins.finalcutpro.commands.actions
An action which will execute a command with matching group/id values.
Registers itself with the core.action.manager.
- Functions - API calls offered directly by the extension
- execute
- getId
- getId
- init
- onChoices
- onExecute
- reset
| Signature | plugins.finalcutpro.commands.actions.execute(action) -> boolean |
|---|---|
| Type | Function |
| Description | Executes the action with the provided parameters. |
| Parameters |
|
| Signature | plugins.finalcutpro.commands.actions.getId(action) -> string |
|---|---|
| Type | Function |
| Description | Get ID. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.commands.actionss.getId(action) -> string |
|---|---|
| Type | Function |
| Description | Gets the ID from an action. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.commands.actions.init(actionmanager, cmds) -> none |
|---|---|
| Type | Function |
| Description | Initialises the module. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.commands.actions.onChoices([choices]) -> none |
|---|---|
| Type | Function |
| Description | Adds available choices to the selection. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.commands.actions.onExecute(action) -> none |
|---|---|
| Type | Function |
| Description | On Execute. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.commands.actions.reset() -> nothing |
|---|---|
| Type | Function |
| Description | Resets the set of choices. |
| Parameters |
|
| Returns |
|