Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (47 loc) · 3.81 KB

cp.feedback.md

File metadata and controls

59 lines (47 loc) · 3.81 KB

docs » cp.feedback


Feedback Form.

API Overview

API Documentation

Variables

Signature cp.feedback.defaultHeight -> number
Type Variable
Description Default webview height.
Signature cp.feedback.defaultTitle -> number
Type Variable
Description Default webview title.
Signature cp.feedback.defaultWidth -> number
Type Variable
Description Default webview width.
Signature cp.feedback.position -> prop
Type Variable
Description Webview Position.
Signature cp.feedback.quitOnComplete -> boolean
Type Variable
Description Quit on complete?

Functions

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