Files
mini-yu/uni_modules/tdesign-uniapp/components/swipe-cell/README.en-US.md
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

1.1 KiB
Raw Blame History

:: BASE_DOC ::

API

SwipeCell Props

name type default description required
custom-style Object - CSS(Cascading Style Sheets) N
disabled Boolean - - N
left Array - TypescriptArray<SwipeActionItem> N
opened Boolean / Array false Typescriptboolean | Array<boolean> N
right Array - TypescriptArray<SwipeActionItem> interface SwipeActionItem {text?: string; icon?: string | object, 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'
dragend - -
dragstart - -

SwipeCell Slots

name Description
- -
left -
right -