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

Video Inspector Module.


# API Overview

Constants - Useful values which cannot be changed

  • metadataViews

Functions - API calls offered directly by the extension

  • matches

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

  • new

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

  • metadataView
  • metadataViewButton

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

  • propertiesUI

# API Documentation

# Constants

# metadataViews

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.metadataViews -> table
Type Constant
Description Metadata Views
Notes None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 29

# Functions

# matches

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.matches(element) -> boolean
Type Function
Description Checks to see if an element matches what we think it should be.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 46

# Constructors

# new

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.new(parent) -> InfoInspector object
Type Constructor
Description Creates a new InfoInspector object
Parameters
  • parent - The parent
Returns
  • A InfoInspector object
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 61

# Fields

# metadataView

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.metadataView <cp.prop: string>
Type Field
Description Gets the name of the current metadata view.
Notes None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 132

# metadataViewButton

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.metadataViewButton <cp.io.MenuButton>
Type Field
Description The Info Inspector Metadata View Button.
Notes None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 158

# Methods

# propertiesUI

Signature cp.apple.finalcutpro.inspector.info.InfoInspector:propertiesUI() -> hs.axuielement object
Type Method
Description Returns the hs.axuielement object for the Properties UI.
Parameters
  • None
Returns
  • A hs.axuielement object.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoInspector.lua line 115