Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
72 lines (57 loc) · 4.92 KB

cp.apple.finalcutpro.inspector.info.InfoInspector.md

File metadata and controls

72 lines (57 loc) · 4.92 KB

docs » 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

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.metadataViews -> table
Type Constant
Description Metadata Views

Functions

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

Constructors

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

Fields

Signature cp.apple.finalcutpro.inspector.info.InfoInspector.metadataView <cp.prop: string>
Type Field
Description Gets the name of the current metadata view.
Signature cp.apple.finalcutpro.inspector.info.InfoInspector.metadataViewButton <cp.io.MenuButton>
Type Field
Description The Info Inspector Metadata View Button.

Methods

Signature cp.apple.finalcutpro.inspector.info.InfoInspector:propertiesUI() -> hs._asm.axuielement object
Type Method
Description Returns the hs._asm.axuielement object for the Properties UI.
Parameters
  • None
Returns
  • A hs._asm.axuielement object.