docs(new): migrate FileChooser docs to TSDoc (#6092)

Co-authored-by: martinsplitt <martin@geekonaut.de>
This commit is contained in:
Martin Splitt
2020-06-24 12:18:53 +02:00
committed by Mathias Bynens
parent 785551997f
commit 60904da4cd
7 changed files with 62 additions and 30 deletions

View File

@@ -4,6 +4,8 @@
## FileChooser.isMultiple() method
Whether file chooser allow for [multiple](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-multiple) file selection.
<b>Signature:</b>
```typescript