# cp.apple.finalcutpro.cmd.CommandGroups

Represents the list of Command Groups in the CommandList.


# API Overview

Functions - API calls offered directly by the extension

  • matches

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.cmd.CommandGroups.matches(element) -> boolean
Type Function
Description Checks if the element is a Command Groups element.
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/CommandGroups.lua line 19