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

Latest commit

 

History

History
80 lines (65 loc) · 5.69 KB

cp.apple.finalcutpro.export.SaveSheet.md

File metadata and controls

80 lines (65 loc) · 5.69 KB

docs » cp.apple.finalcutpro.export.SaveSheet


Save Sheet

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.export.SaveSheet.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
Signature cp.apple.finalcutpro.export.SaveSheet(app) -> SaveSheet
Type Function
Description Creates a new SaveSheet object.
Parameters
  • app - The cp.apple.finalcutpro object.
Returns
  • A new SaveSheet object.

Fields

Signature cp.apple.finalcutpro.export.SaveSheet.cancel <cp.ui.Button>
Type Field
Description The "Cancel" Button.
Signature cp.apple.finalcutpro.export.SaveSheet.filename <cp.ui.TextField>
Type Field
Description The Save Sheet Filename Text Field.
Signature cp.apple.finalcutpro.export.SaveSheet.goToPrompt <GoToPrompt>
Type Field
Description The Go To Prompt object.
Signature cp.apple.finalcutpro.export.SaveSheet.replaceAlert <ReplaceAlert>
Type Field
Description The Replace Alert object.
Signature cp.apple.finalcutpro.export.SaveSheet.save <cp.ui.Button>
Type Field
Description The "Save" Button.

Methods

Signature cp.apple.finalcutpro.export.SaveSheet:setPath(path) -> cp.apple.finalcutpro.export.SaveSheet
Type Method
Description Sets the path.
Parameters
  • path - The path as a string.
Returns
  • The cp.apple.finalcutpro.export.SaveSheet object for method chaining.