# cp.apple.finalcutpro.export.SaveSheet

Save Sheet


# API Overview

Functions - API calls offered directly by the extension

  • matches
  • SaveSheet

Fields - Variables which can only be accessed from an object returned by a constructor

  • cancel
  • filename
  • goToPrompt
  • replaceAlert
  • save

Methods - API calls which can only be made on an object returned by a constructor

  • setPath

# API Documentation

# Functions

# matches

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
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 21

# SaveSheet

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.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 34

# Fields

# cancel

Signature cp.apple.finalcutpro.export.SaveSheet.cancel <cp.ui.Button>
Type Field
Description The "Cancel" Button.
Notes None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 62

# filename

Signature cp.apple.finalcutpro.export.SaveSheet.filename <cp.ui.TextField>
Type Field
Description The Save Sheet Filename Text Field.
Notes None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 71

# goToPrompt

Signature cp.apple.finalcutpro.export.SaveSheet.goToPrompt <GoToPrompt>
Type Field
Description The Go To Prompt object.
Notes None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 108

# replaceAlert

Signature cp.apple.finalcutpro.export.SaveSheet.replaceAlert <ReplaceAlert>
Type Field
Description The Replace Alert object.
Notes None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 101

# save

Signature cp.apple.finalcutpro.export.SaveSheet.save <cp.ui.Button>
Type Field
Description The "Save" Button.
Notes None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 53

# Methods

# setPath

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.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 80