|
il y a 6 mois | |
---|---|---|
.. | ||
README.en-US.md | il y a 2 ans | |
README.md | il y a 2 ans | |
props.d.ts | il y a 2 ans | |
props.js | il y a 2 ans | |
swipe-cell.d.ts | il y a 2 ans | |
swipe-cell.js | il y a 2 ans | |
swipe-cell.json | il y a 2 ans | |
swipe-cell.wxml | il y a 6 mois | |
swipe-cell.wxs | il y a 2 ans | |
swipe-cell.wxss | il y a 2 ans | |
type.d.ts | il y a 2 ans | |
type.js | il y a 2 ans |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
disabled | Boolean | - | - | N
opened | Boolean / Array | false | - | N
left | Array / Slot | - | Typescript:Array<SwipeActionItem>
| N
right | Array / Slot | - | Typescript:Array<SwipeActionItem>
interface SwipeActionItem {text?: string; icon?: string | object; className?: string; style?: string; onClick?: () => void; [key: string]: any }
。see more ts definition | N
name | params | description
-- | -- | --
click | (action: SwipeActionItem, source: SwipeSource)
| see more ts definition。type SwipeSource = 'left' \| 'right'