ado5 60ac2c1c9a first commit 7 months ago
..
README.en-US.md 60ac2c1c9a first commit 7 months ago
README.md 60ac2c1c9a first commit 7 months ago
props.d.ts 60ac2c1c9a first commit 7 months ago
props.js 60ac2c1c9a first commit 7 months ago
swipe-cell.d.ts 60ac2c1c9a first commit 7 months ago
swipe-cell.js 60ac2c1c9a first commit 7 months ago
swipe-cell.json 60ac2c1c9a first commit 7 months ago
swipe-cell.wxml 60ac2c1c9a first commit 7 months ago
swipe-cell.wxs 60ac2c1c9a first commit 7 months ago
swipe-cell.wxss 60ac2c1c9a first commit 7 months ago
type.d.ts 60ac2c1c9a first commit 7 months ago
type.js 60ac2c1c9a first commit 7 months ago

README.en-US.md

:: BASE_DOC ::

API

SwipeCell Props

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

SwipeCell Events

name | params | description -- | -- | -- click | (action: SwipeActionItem, source: SwipeSource) | see more ts definition
type SwipeSource = 'left' \| 'right'