14 lines
367 B
TypeScript
14 lines
367 B
TypeScript
|
|
export {};
|
||
|
|
/**
|
||
|
|
* Returns when the dialog has been accepted.
|
||
|
|
*
|
||
|
|
* <example>
|
||
|
|
:dialogAccept.js
|
||
|
|
await dialog.accept();
|
||
|
|
await dialog.accept(promptText);
|
||
|
|
* </example>
|
||
|
|
*
|
||
|
|
* @alias dialog.accept
|
||
|
|
* @param {string=} promptText A text to enter into prompt. Does not cause any effects if the dialog's type is not prompt.
|
||
|
|
*/
|
||
|
|
//# sourceMappingURL=accept.d.ts.map
|