Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 3.15 KB

File metadata and controls

39 lines (31 loc) · 3.15 KB

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.

API Overview

  • Functions - API calls offered directly by the extension
  • execute
  • id
  • init

API Documentation

Functions

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
  • None
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
  • None