Skip to main content
Version: 23.2.0

Dialog.defaultValue() 方法

¥Dialog.defaultValue() method

提示的默认值,如果对话框不是 prompt,则为空字符串。

¥The default value of the prompt, or an empty string if the dialog is not a prompt.

签名

¥Signature

class Dialog {
defaultValue(): string;
}

Returns:

string