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

Latest commit

 

History

History
64 lines (51 loc) · 4.55 KB

File metadata and controls

64 lines (51 loc) · 4.55 KB

docs » cp.apple.finalcutpro.inspector.info.InfoProjectInspector


Info Inspector Module when a Project is selected.

API Overview

  • 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
  • modify
  • Methods - API calls which can only be made on an object returned by a constructor
  • doShow
  • propertiesUI

API Documentation

Functions

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector.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.InfoProjectInspector.new(parent) -> InfoProjectInspector object
Type Constructor
Description Creates a new InfoProjectInspector object
Parameters
  • parent - The parent
Returns
  • A InfoProjectInspector object

Fields

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector.modify <cp.ui.Button>
Type Field
Description The Modify Project button in the Info Inspector.

Methods

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector:doShow() -> cp.rx.go.Statment
Type Method
Description A Statement that shows the panel.
Parameters
  • None
Returns
  • The Statement, resolving to true if successful and sending an error if not.
Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector: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.