docs » cp.apple.finalcutpro.export.SaveSheet
Save Sheet
- 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
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 |
|
Returns |
|
Signature | cp.apple.finalcutpro.export.SaveSheet(app) -> SaveSheet |
---|---|
Type | Function |
Description | Creates a new SaveSheet object. |
Parameters |
|
Returns |
|
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 . |
Signature | cp.apple.finalcutpro.export.SaveSheet:setPath(path) -> cp.apple.finalcutpro.export.SaveSheet |
---|---|
Type | Method |
Description | Sets the path. |
Parameters |
|
Returns |
|