:: 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` | N right | Array / Slot | - | Typescript:`Array` `interface SwipeActionItem {text: string; className?: string; style?: string; onClick?: () => void; [key: string]: any }`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts) | N ### SwipeCell Events name | params | description -- | -- | -- click | `(action: SwipeActionItem, source: SwipeSource)` | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts)。
`type SwipeSource = 'left' \| 'right'`