# plugins.motion.feedback.bugreport

Sends Apple a Bug Report or Feature Request for Motion.


# API Overview

Constants - Useful values which cannot be changed

  • DEFAULT_HEIGHT
  • DEFAULT_TITLE
  • DEFAULT_WIDTH

Functions - API calls offered directly by the extension

  • open

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

  • position

# API Documentation

# Constants

# DEFAULT_HEIGHT

Signature plugins.motion.feedback.bugreport.DEFAULT_HEIGHT -> number
Type Constant
Description Default Window Height
Notes None
Source src/plugins/motion/feedback/bugreport.lua line 34

# DEFAULT_TITLE

Signature plugins.motion.feedback.bugreport.DEFAULT_TITLE -> string
Type Constant
Description Default Window Title
Notes None
Source src/plugins/motion/feedback/bugreport.lua line 39

# DEFAULT_WIDTH

Signature plugins.motion.feedback.bugreport.DEFAULT_WIDTH -> number
Type Constant
Description Default Window Width
Notes None
Source src/plugins/motion/feedback/bugreport.lua line 29

# Functions

# open

Signature plugins.motion.feedback.bugreport.open(bugReport) -> none
Type Function
Description Opens Final Cut Pro Feedback Screen
Parameters
  • bugReport - Is it a bug report or an enhancement request?
Returns
  • None
Notes None
Examples None
Source src/plugins/motion/feedback/bugreport.lua line 248

# Fields

# position

Signature plugins.motion.feedback.bugreport.position <cp.prop: table>
Type Field
Description Webview Position
Notes None
Source src/plugins/motion/feedback/bugreport.lua line 44