#cp.apple.finalcutpro.cmd.Commands

The list of available commands (depending on search and/or CommandGroup that can be mapped to a keyboard shortcut.


#Submodules


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.cmd.Commands.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element matches the criteria for this class.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if the element matches the criteria for this class.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/Commands.lua line 24