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
- actionId
- init
Signature |
plugins.finalcutpro.menu.menuaction.actionId(params) -> string |
Type |
Function |
Description |
Gets the action ID from the parameters table. |
Parameters |
- params - Parameters table.
|
Returns |
|
Signature |
plugins.finalcutpro.menu.menuaction.init(actionmanager) -> none |
Type |
Function |
Description |
Initialises the Menu Action plugin |
Parameters |
actionmanager - the Action Manager plugin
|
Returns |
|