docs » plugins.finalcutpro.menu.menuaction
A action which will trigger an Final Cut Pro menu with a matching path, if available/enabled.
Registers itself with the plugins.core.actions.actionmanager.
- Functions - API calls offered directly by the extension
- execute
- id
- init
| Signature |
plugins.finalcutpro.menu.menuaction.execute(action) -> boolean |
| Type |
Function |
| Description |
Executes the action with the provided parameters. |
| Parameters |
- *
action - A table of parameters, matching the following: - *
group - The Command Group ID - *
id - The specific Command ID within the group.
|
| Signature |
plugins.finalcutpro.menu.menuaction.id() -> none |
| Type |
Function |
| Description |
Returns the menu ID |
| Parameters |
|
| Returns |
- a string contains the menu ID
|
| Signature |
plugins.finalcutpro.menu.menuaction.init(actionmanager) -> none |
| Type |
Function |
| Description |
Initialises the Menu Action plugin |
| Parameters |
actionmanager - the Action Manager plugin
|
| Returns |
|