Merge pull request #10730 from excfergodst/excfergodst-smalldoc

Adding few simple docs
This commit is contained in:
Zeke Sikelianos 2017-10-09 12:56:03 -07:00 committed by GitHub
commit 878813f968
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# CrashReport 物件
* `date` 字串
* `ID` 整數

View file

@ -0,0 +1,4 @@
# Point 物件
* `x` 數字
* `y` 數字

View file

@ -0,0 +1,4 @@
# Size 物件
* `width` 數字
* `height` 數字

View file

@ -0,0 +1,4 @@
# UploadBlob 物件
* `type` 字串 - 應為 `blob`
* `blobUUID` 字串 - 此上傳資料的 UUID 。