Internationalisation
Bundled Plugins API
feedback
​
Feedback Form.

API Overview

API Documentation

Variables

​defaultHeight​

Signature
cp.feedback.defaultHeight -> number
Type
Variable
Description
Default webview height.

​defaultTitle​

Signature
cp.feedback.defaultTitle -> number
Type
Variable
Description
Default webview title.

​defaultWidth​

Signature
cp.feedback.defaultWidth -> number
Type
Variable
Description
Default webview width.

​position​

Signature
cp.feedback.position -> prop
Type
Variable
Description
Webview Position.

​quitOnComplete​

Signature
cp.feedback.quitOnComplete -> boolean
Type
Variable
Description
Quit on complete?

Functions

​showFeedback​

Signature
cp.feedback.showFeedback(quitOnComplete) -> nil
Type
Function
Description
Displays the Feedback Screen.
Parameters
  • quitOnComplete - true if you want CommandPost to quit after the Feedback is complete otherwise false
Returns
  • None