ado5 3903c18ce2 first commit | преди 9 месеца | |
---|---|---|
.. | ||
README.en-US.md | преди 9 месеца | |
README.md | преди 9 месеца | |
props.d.ts | преди 9 месеца | |
props.js | преди 9 месеца | |
swipe-cell.d.ts | преди 9 месеца | |
swipe-cell.js | преди 9 месеца | |
swipe-cell.json | преди 9 месеца | |
swipe-cell.wxml | преди 9 месеца | |
swipe-cell.wxs | преди 9 месеца | |
swipe-cell.wxss | преди 9 месеца | |
type.d.ts | преди 9 месеца | |
type.js | преди 9 месеца |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
custom-style | String | - | - | N
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; 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'