forked from lsl/xzjl-ui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| README.en-US.md | 3 years ago | |
| README.md | 3 years ago | |
| props.d.ts | 3 years ago | |
| props.js | 3 years ago | |
| swipe-cell.d.ts | 3 years ago | |
| swipe-cell.js | 3 years ago | |
| swipe-cell.json | 3 years ago | |
| swipe-cell.wxml | 3 years ago | |
| swipe-cell.wxs | 3 years ago | |
| swipe-cell.wxss | 3 years ago | |
| type.d.ts | 3 years ago | |
| type.js | 3 years ago | |
README.en-US.md
:: BASE_DOC ::
API
SwipeCell Props
| 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 |
SwipeCell Events
| name | params | description |
|---|---|---|
| click | (action: SwipeActionItem, source: SwipeSource) |
see more ts definition。type SwipeSource = 'left' | 'right' |