ado5 60ac2c1c9a first commit | 9 月之前 | |
---|---|---|
.. | ||
template | 9 月之前 | |
README.en-US.md | 9 月之前 | |
README.md | 9 月之前 | |
action-sheet.d.ts | 9 月之前 | |
action-sheet.js | 9 月之前 | |
action-sheet.json | 9 月之前 | |
action-sheet.wxml | 9 月之前 | |
action-sheet.wxs | 9 月之前 | |
action-sheet.wxss | 9 月之前 | |
index.d.ts | 9 月之前 | |
index.js | 9 月之前 | |
props.d.ts | 9 月之前 | |
props.js | 9 月之前 | |
show.d.ts | 9 月之前 | |
show.js | 9 月之前 | |
type.d.ts | 9 月之前 | |
type.js | 9 月之前 |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
align | String | center | 0.29.0
。options:center/left | N
cancel-text | String | - | - | N
count | Number | 8 | - | N
custom-style | String | - | 0.25.0
| N
description | String | - | 0.29.0
| N
items | Array | - | required。Typescript:Array<string \| ActionSheetItem>
interface ActionSheetItem {label: string; color?: string; disabled?: boolean }
。see more ts definition | Y
show-cancel | Boolean | true | - | N
theme | String | list | options:list/grid | N
visible | Boolean | false | required | Y
default-visible | Boolean | undefined | required。uncontrolled property | Y
name | params | description
-- | -- | --
cancel | - | -
close | - | -
selected | (selected: ActionSheetItem \| string, index: number)
| -