#plugins.motion.feedback.bugreport

Sends Apple a Bug Report or Feature Request for Motion.


#API Overview

Constants - Useful values which cannot be changed

Functions - API calls offered directly by the extension

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


#API Documentation

#Constants

Signatureplugins.motion.feedback.bugreport.DEFAULT_HEIGHT -> number
TypeConstant
DescriptionDefault Window Height
NotesNone
Sourcesrc/plugins/motion/feedback/bugreport.lua line 34

Signatureplugins.motion.feedback.bugreport.DEFAULT_TITLE -> string
TypeConstant
DescriptionDefault Window Title
NotesNone
Sourcesrc/plugins/motion/feedback/bugreport.lua line 39

Signatureplugins.motion.feedback.bugreport.DEFAULT_WIDTH -> number
TypeConstant
DescriptionDefault Window Width
NotesNone
Sourcesrc/plugins/motion/feedback/bugreport.lua line 29

#Functions

Signatureplugins.motion.feedback.bugreport.open(bugReport) -> none
TypeFunction
DescriptionOpens Final Cut Pro Feedback Screen
Parameters
  • bugReport - Is it a bug report or an enhancement request?
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/motion/feedback/bugreport.lua line 248

#Fields

Signatureplugins.motion.feedback.bugreport.position <cp.prop: table>
TypeField
DescriptionWebview Position
NotesNone
Sourcesrc/plugins/motion/feedback/bugreport.lua line 44