Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 262 Bytes

puppeteer.dialog.defaultvalue.md

File metadata and controls

19 lines (13 loc) · 262 Bytes
sidebar_label
Dialog.defaultValue

Dialog.defaultValue() method

Signature:

class Dialog {
  defaultValue(): string;
}

Returns:

string

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