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

Latest commit

 

History

History
43 lines (33 loc) · 2.65 KB

cp.apple.finalcutpro.prefs.GeneralPanel.md

File metadata and controls

43 lines (33 loc) · 2.65 KB

docs » cp.apple.finalcutpro.prefs.GeneralPanel


General Panel Module.

API Overview

  • Constants - Useful values which cannot be changed
  • TIME_DISPLAY
  • Functions - API calls offered directly by the extension
  • timeDisplay
  • Constructors - API calls which return an object, typically one that offers API methods
  • GeneralPanel

API Documentation

Constants

Signature cp.apple.finalcutpro.prefs.GeneralPanel.TIME_DISPLAY -> table
Type Constant
Description The time display options.

Functions

| Signature | cp.apple.finalcutpro.prefs.GeneralPanel.timeDisplay([value]) -> string | nil | | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Gets to sets the Time Display value. | | Parameters |

  • value - An optional value to set the Time Display.
| | Returns |
  • The time display if successful, otherwise nil if an error occurs.
|

Constructors

Signature cp.apple.finalcutpro.prefs.GeneralPanel(preferencesDialog) -> GeneralPanel
Type Constructor
Description Creates a new GeneralPanel instance.
Parameters
  • parent - The parent object.
Returns
  • A new GeneralPanel object.