Specifiy function param types in docs
This commit is contained in:
parent
7584e73d70
commit
20323e7032
13 changed files with 226 additions and 133 deletions
6
docs/api/structures/upload-data.md
Normal file
6
docs/api/structures/upload-data.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# ThumbarButton Object
|
||||
|
||||
* `bytes` Buffer - Content being sent.
|
||||
* `file` String - Path of file being uploaded.
|
||||
* `blobUUID` String - UUID of blob data. Use [ses.getBlobData](../session.md#sesgetblobdataidentifier-callback) method
|
||||
to retrieve the data.
|
Loading…
Add table
Add a link
Reference in a new issue