[Doc] optimize data structure table (#3854)

This commit is contained in:
neverland
2019-07-15 17:00:41 +08:00
committed by GitHub
parent 5c70473f87
commit d15315b8e4
11 changed files with 35 additions and 35 deletions
+8 -8
View File
@@ -117,12 +117,12 @@ export default {
| close | Triggered when close ActionSheet | - |
| closed | Triggered when closed ActionSheet | - |
### Data struct of Action
### Data Structure of Action
| key | Description |
|------|------|
| name | Title |
| subname | Subtitle |
| className | className for the option |
| loading | Whether to be loading status |
| disabled | Whether to be disabled |
| Key | Description | Type |
|------|------|------|
| name | Title | `string` |
| subname | Subtitle | `string` |
| className | className for the option | `any` |
| loading | Whether to be loading status | `boolean` |
| disabled | Whether to be disabled | `boolean` |