Parcourir la source

@uppy/core: document file.name (#3381)

Fixes: https://github.com/transloadit/uppy/issues/3379
Merlijn Vos il y a 3 ans
Parent
commit
a3248c8e48
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      website/src/docs/core.md

+ 4 - 0
website/src/docs/core.md

@@ -367,6 +367,10 @@ Name of the plugin that was responsible for adding this file. Typically a remote
 
 Unique ID for the file.
 
+### `file.name`
+
+The name of the file.
+
 ### `file.meta`
 
 Object containing file metadata. Any file metadata should be JSON-serializable.