#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

Fields - Variables which can only be accessed from an object returned by a constructor


#API Documentation

#Functions

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

#Fields

Signaturecp.apple.finalcutpro.cmd.KeyDetail.contentGroupUI <cp.prop: axuielement>
TypeField
DescriptionThe axuielement for the content Group.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 52

Signaturecp.apple.finalcutpro.cmd.KeyDetail.contents <cp.ui.OldTable>
TypeField
DescriptionThe Table that displays the contents.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 87

Signaturecp.apple.finalcutpro.cmd.KeyDetail.detail <cp.ui.ScrollArea>
TypeField
DescriptionThe ScrollArea that displays the detail.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 77

Signaturecp.apple.finalcutpro.cmd.KeyDetail.key <cp.ui.Image>
TypeField
DescriptionThe Image that displays the key.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 68

Signaturecp.apple.finalcutpro.cmd.KeyDetail.label <cp.ui.StaticText>
TypeField
DescriptionThe StaticText that displays the label.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/KeyDetail.lua line 59