086c08998b
This adds the new docs that are generated by API Extractor via TSDoc. They are sparse because we do not yet use TSDoc in the codebase. This is the starting point and from here we can work through all the different classes and improve the documentation.
579 B
579 B
Home > puppeteer > DialogType
DialogType enum
Signature:
export declare enum DialogType
Enumeration Members
Member | Value | Description |
---|---|---|
Alert | "alert" |
|
BeforeUnload | "beforeunload" |
|
Confirm | "confirm" |
|
Prompt | "prompt" |