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
¥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