#cp.apple.finalcutpro.cmd.CommandGroups

Represents the list of Command Groups in the CommandList.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

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