# cp.apple.finalcutpro.cmd.CommandDetail

This class provides a UI for displaying the details of a command when it is selected on the CommandList.


# 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

  • contents
  • detail
  • label

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.cmd.CommandDetail.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/CommandDetail.lua line 21

# Fields

# contents

Signature cp.apple.finalcutpro.cmd.CommandDetail.contents <cp.ui.TextArea>
Type Field
Description The TextArea that displays the content.
Notes None
Source src/extensions/cp/apple/finalcutpro/cmd/CommandDetail.lua line 84

# detail

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

# label

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