We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4725f62 commit 3552499Copy full SHA for 3552499
generated-docs/React/Basic/DOM/Events.md
@@ -112,6 +112,12 @@ targetChecked :: EventFn SyntheticEvent (Maybe Boolean)
112
targetValue :: EventFn SyntheticEvent (Maybe String)
113
```
114
115
+#### `targetFiles`
116
+
117
+``` purescript
118
+targetFiles :: EventFn SyntheticEvent (Maybe FileList)
119
+```
120
121
#### `timeStamp`
122
123
``` purescript
src/React/Basic/DOM/Events.purs
@@ -19,6 +19,7 @@ module React.Basic.DOM.Events
19
, relatedTarget
20
, targetChecked
21
, targetValue
22
+ , targetFiles
23
, timeStamp
24
, type_
25
, key
0 commit comments