12 lines
285 B
TypeScript
12 lines
285 B
TypeScript
|
|
export {};
|
||
|
|
/**
|
||
|
|
* If dialog is prompt, returns default prompt value. Otherwise, returns empty string.
|
||
|
|
*
|
||
|
|
* <example>
|
||
|
|
:dialogDefaultValue.js
|
||
|
|
const value = await dialog.defaultValue();
|
||
|
|
* </example>
|
||
|
|
*
|
||
|
|
* @alias dialog.defaultValue
|
||
|
|
*/
|
||
|
|
//# sourceMappingURL=defaultValue.d.ts.map
|