Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.88 KB

plugins.finalcutpro.menu.menuaction.md

File metadata and controls

31 lines (24 loc) · 1.88 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
  • actionId
  • init

API Documentation

Functions

Signature plugins.finalcutpro.menu.menuaction.actionId(params) -> string
Type Function
Description Gets the action ID from the parameters table.
Parameters
  • params - Parameters table.
Returns
  • Action ID as string.
Signature plugins.finalcutpro.menu.menuaction.init(actionmanager) -> none
Type Function
Description Initialises the Menu Action plugin
Parameters
  • actionmanager - the Action Manager plugin
Returns
  • None