# 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

  • matches

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.cmd.Commands.matches(element) -> boolean
Type Function
Description Checks 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.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/cmd/Commands.lua line 24