组件SwipeCell 滑动单元格本页总览SwipeCell 滑动单元格介绍滑动单元格用法基础用法<OsSwipeCell right='删除'> <OsList title='我是标题'></OsList></OsSwipeCell>禁用<OsSwipeCell right={<View className='right'>删除</View>} disabled> <OsList title='我是标题'></OsList></OsSwipeCell>API属性参数说明类型默认值right右侧滑动区域的内容,可选React.ReactNode|string-disabled禁止滑动,可选booleanfalse