Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.32 KB

cp.apple.finalcutpro.export.ExportDialog.md

File metadata and controls

31 lines (23 loc) · 2.32 KB

docs » cp.apple.finalcutpro.export.ExportDialog


Export Dialog Module.

API Overview

  • Fields - Variables which can only be accessed from an object returned by a constructor
  • isShowing
  • Methods - API calls which can only be made on an object returned by a constructor
  • watch

API Documentation

Fields

Signature cp.apple.finalcutpro.export.ExportDialog.isShowing <cp.prop: boolean; read-only>
Type Field
Description Is the window showing?

Methods

Signature cp.apple.finalcutpro.export.ExportDialog:watch() -> string
Type Method
Description Watch for events that happen in the command editor. The optional functions will be called when the window is shown or hidden, respectively.
Parameters
  • events - A table of functions with to watch. These may be:
  • show(CommandEditor) - Triggered when the window is shown.
  • hide(CommandEditor) - Triggered when the window is hidden.
Returns
  • An ID which can be passed to unwatch to stop watching.