plugins.finalcutpro.hud.panels.twentyfourbuttons

Twenty Four Button Panel for the Final Cut Pro HUD.


API Overview

Functions - API calls offered directly by the extension

  • updateInfo

Fields - Variables which can only be accessed from an object returned by a constructor

  • buttons

API Documentation

Functions

updateInfo

   
Signature plugins.finalcutpro.hud.panels.twentyfourbuttons.updateInfo() -> none
Type Function
Description Update the Buttons Panel HTML content.
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/plugins/finalcutpro/hud/panels/twentyfourbuttons/init.lua line 34

Fields

buttons

   
Signature plugins.finalcutpro.hud.panels.twentyfourbuttons.buttons <cp.prop: table>
Type Field
Description Table of HUD button values.
Notes None
Source src/plugins/finalcutpro/hud/panels/twentyfourbuttons/init.lua line 29