We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6967afe commit c8107c1Copy full SHA for c8107c1
jsEngine/api/PromptAPI.ts
@@ -234,6 +234,7 @@ export class PromptAPI {
234
* title: 'Please enter your name',
235
* content: 'Please enter your name in the field below.',
236
* });
237
+ * ```
238
*/
239
public text(options: InputPromptOptions): Promise<string | undefined> {
240
return new Promise<string | undefined>((resolve, reject) => {
0 commit comments