# cp.apple.finalcutpro.cmd.CommandList

A list of commands available in the CommandEditor.


# API Overview

Functions - API calls offered directly by the extension

  • matches

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

  • commands
  • groups
  • label
  • splitter

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.cmd.CommandList.matches(element) -> boolean
Type Function
Description Checks if the element matches the CommandList.
Parameters
  • element - The element to check.
Returns
  • true if the element matches, false otherwise.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 27

# Fields

# commands

Signature cp.apple.finalcutpro.cmd.CommandList.commands <cp.apple.finalcutpro.cmd.Commands>
Type Field
Description The Commands for this CommandList.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 77

# groups

Signature cp.apple.finalcutpro.cmd.CommandList.groups <cp.apple.finalcutpro.cmd.CommandGroups>
Type Field
Description The CommandGroups for this CommandList.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 63

# label

Signature cp.apple.finalcutpro.cmd.CommandList.label <cp.ui.StaticText>
Type Field
Description The StaticText that displays the label.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 45

# splitter

Signature cp.apple.finalcutpro.cmd.CommandList.splitter <cp.ui.Splitter>
Type Field
Description The Splitter for this CommandList.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/CommandList.lua line 70