mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: commit base new-docs (#5973)
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.
This commit is contained in:
26
new-docs/puppeteer.filechooser.md
Normal file
26
new-docs/puppeteer.filechooser.md
Normal file
@@ -0,0 +1,26 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [FileChooser](./puppeteer.filechooser.md)
|
||||
|
||||
## FileChooser class
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export declare class FileChooser
|
||||
```
|
||||
|
||||
## Constructors
|
||||
|
||||
| Constructor | Modifiers | Description |
|
||||
| --- | --- | --- |
|
||||
| [(constructor)(element, event)](./puppeteer.filechooser._constructor_.md) | | Constructs a new instance of the <code>FileChooser</code> class |
|
||||
|
||||
## Methods
|
||||
|
||||
| Method | Modifiers | Description |
|
||||
| --- | --- | --- |
|
||||
| [accept(filePaths)](./puppeteer.filechooser.accept.md) | | |
|
||||
| [cancel()](./puppeteer.filechooser.cancel.md) | | |
|
||||
| [isMultiple()](./puppeteer.filechooser.ismultiple.md) | | |
|
||||
|
||||
Reference in New Issue
Block a user