# cp.apple.finalcutpro.inspector.audio.MainProperties

The MainProperties UI for the AudioInspector.


# API Overview

Functions - API calls offered directly by the extension

  • matches

Constructors - API calls which return an object, typically one that offers API methods

  • MainProperties

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

  • contentUI

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.inspector.audio.MainProperties.matches(element) -> boolean
Type Function
Description Checks if the element matches the MainProperties.
Parameters
  • element - The element to check.
Returns
  • true if the element matches, false otherwise.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/audio/MainProperties.lua line 30

# Constructors

# MainProperties

Signature cp.apple.finalcutpro.inspector.audio.MainProperties(parent, uiFinder) -> MainProperties
Type Constructor
Description Creates a new MainProperties.
Parameters
  • parent - The parent object.
  • uiFinder - The axuielement object that represents this element.
Returns
    Notes None
    Examples None
    Source src/extensions/cp/apple/finalcutpro/inspector/audio/MainProperties.lua line 41

    # Fields

    # contentUI

    Signature cp.apple.finalcutpro.inspector.audio.MainProperties.contentUI <cp.prop: hs.axuielement; read-only; live>
    Type Field
    Description The axuielement object that represents the content of the MainProperties group.
    Notes None
    Source src/extensions/cp/apple/finalcutpro/inspector/audio/MainProperties.lua line 102