#cp.apple.finalcutpro.cmd.CommandList

A list of commands available in the CommandEditor.


#API Overview

Functions - API calls offered directly by the extension

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


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.cmd.CommandList.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element matches the CommandList.
Parameters
  • element - The element to check.
Returns
  • true if the element matches, false otherwise.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 27

#Fields

Signaturecp.apple.finalcutpro.cmd.CommandList.commands <cp.apple.finalcutpro.cmd.Commands>
TypeField
DescriptionThe Commands for this CommandList.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 77

Signaturecp.apple.finalcutpro.cmd.CommandList.groups <cp.apple.finalcutpro.cmd.CommandGroups>
TypeField
DescriptionThe CommandGroups for this CommandList.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 63

Signaturecp.apple.finalcutpro.cmd.CommandList.label <cp.ui.StaticText>
TypeField
DescriptionThe StaticText that displays the label.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 45

Signaturecp.apple.finalcutpro.cmd.CommandList.splitter <cp.ui.Splitter>
TypeField
DescriptionThe Splitter for this CommandList.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 70