# cp.apple.finalcutpro.cmd.KeyDetail

This class provides a UI for displaying the details of a key when it is selected on the keyboard layout.


# 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

  • contentGroupUI
  • contents
  • detail
  • key
  • label

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.cmd.KeyDetail.matches(element) -> boolean
Type Function
Description Checks if the element matches the criteria for this class.
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/KeyDetail.lua line 24

# Fields

# contentGroupUI

Signature cp.apple.finalcutpro.cmd.KeyDetail.contentGroupUI <cp.prop: axuielement>
Type Field
Description The axuielement for the content Group.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 52

# contents

Signature cp.apple.finalcutpro.cmd.KeyDetail.contents <cp.ui.OldTable>
Type Field
Description The Table that displays the contents.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 87

# detail

Signature cp.apple.finalcutpro.cmd.KeyDetail.detail <cp.ui.ScrollArea>
Type Field
Description The ScrollArea that displays the detail.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 77

# key

Signature cp.apple.finalcutpro.cmd.KeyDetail.key <cp.ui.Image>
Type Field
Description The Image that displays the key.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 68

# label

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