#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


#API Documentation

#Functions

Signatureplugins.finalcutpro.menu.menuaction.actionId(params) -> string
TypeFunction
DescriptionGets the action ID from the parameters table.
Parameters
  • params - Parameters table.
Returns
  • Action ID as string.
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/menu/menuaction.lua line 56

Signatureplugins.finalcutpro.menu.menuaction.init(actionmanager) -> none
TypeFunction
DescriptionInitialises the Menu Action plugin
Parameters
  • actionmanager - the Action Manager plugin
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/menu/menuaction.lua line 1261