#cp.apple.finalcutpro.inspector.info.InfoInspector

Video Inspector Module.


#API Overview

Constants - Useful values which cannot be changed

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

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Constants

Signaturecp.apple.finalcutpro.inspector.info.InfoInspector.metadataViews -> table
TypeConstant
DescriptionMetadata Views
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 29

#Functions

Signaturecp.apple.finalcutpro.inspector.info.InfoInspector.matches(element) -> boolean
TypeFunction
DescriptionChecks to see if an element matches what we think it should be.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 46

#Constructors

Signaturecp.apple.finalcutpro.inspector.info.InfoInspector.new(parent) -> InfoInspector object
TypeConstructor
DescriptionCreates a new InfoInspector object
Parameters
  • parent - The parent
Returns
  • A InfoInspector object
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 61

#Fields

Signaturecp.apple.finalcutpro.inspector.info.InfoInspector.metadataView <cp.prop: string>
TypeField
DescriptionGets the name of the current metadata view.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 132

Signaturecp.apple.finalcutpro.inspector.info.InfoInspector.metadataViewButton <cp.io.MenuButton>
TypeField
DescriptionThe Info Inspector Metadata View Button.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 158

#Methods

Signaturecp.apple.finalcutpro.inspector.info.InfoInspector:propertiesUI() -> hs.axuielement object
TypeMethod
DescriptionReturns the hs.axuielement object for the Properties UI.
Parameters
  • None
Returns
  • A hs.axuielement object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 115