# cp.apple.finalcutpro.inspector.audio.TopProperties

The TopProperties class is used to represent the top properties group of the Audio Inspector.


# API Overview

Functions - API calls offered directly by the extension

  • matches

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

  • TopProperties

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.TopProperties.matches(element) -> boolean
Type Function
Description Checks if the element matches the TopProperties.
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/TopProperties.lua line 23

# Constructors

# TopProperties

Signature cp.apple.finalcutpro.inspector.audio.TopProperties(parent, uiFinder) -> TopProperties
Type Constructor
Description Creates a new TopProperties.
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/TopProperties.lua line 34

    # Fields

    # contentUI

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