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

Latest commit

 

History

History
49 lines (39 loc) · 3 KB

plugins.finalcutpro.import.ignorecard.md

File metadata and controls

49 lines (39 loc) · 3 KB

docs » plugins.finalcutpro.import.ignorecard


Ignore Final Cut Pro's Media Import Window.

API Overview

  • Variables - Configurable values
  • enabled
  • Functions - API calls offered directly by the extension
  • start
  • stop
  • update

API Documentation

Variables

Signature plugins.finalcutpro.import.ignorecard.enabled <cp.prop: boolean>
Type Variable
Description Toggles the Ignore Card Plugin

Functions

Signature plugins.finalcutpro.import.ignorecard.start() -> none
Type Function
Description Starts the Media Import Window Watcher
Parameters
  • None
Returns
  • None
Signature plugins.finalcutpro.import.ignorecard.stop() -> none
Type Function
Description Stops the Media Import Window Watcher
Parameters
  • None
Returns
  • None
Signature plugins.finalcutpro.import.ignorecard.update() -> none
Type Function
Description Starts to stops the Ignore Card device watcher.
Parameters
  • None
Returns
  • None