#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

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

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


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.inspector.audio.TopProperties.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element matches the TopProperties.
Parameters
  • element - The element to check.
Returns
  • true if the element matches, false otherwise.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/audio/TopProperties.lua line 23

#Constructors

Signaturecp.apple.finalcutpro.inspector.audio.TopProperties(parent, uiFinder) -> TopProperties
TypeConstructor
DescriptionCreates a new TopProperties.
Parameters
  • parent - The parent object.
  • uiFinder - The axuielement object that represents this element.
Returns
    NotesNone
    ExamplesNone
    Sourcesrc/extensions/cp/apple/finalcutpro/inspector/audio/TopProperties.lua line 34

    #Fields

    Signaturecp.apple.finalcutpro.inspector.audio.TopProperties.contentUI <cp.prop: hs.axuielement; read-only; live>
    TypeField
    DescriptionThe axuielement object that represents the content of the TopProperties group.
    NotesNone
    Sourcesrc/extensions/cp/apple/finalcutpro/inspector/audio/TopProperties.lua line 49