使用范围:WX
Contents
class BeforeSaveEvent ($UI/wxsys/comps/tableData/data#BeforeSaveEvent)
数据保存前事件对象
Constructor Top
BeforeSaveEvent () |
Properties Top
Boolean |
cancel
可修改,设置为true后中断当前保存动作 | ||
JSON |
options
保存时给入的参数 | ||
Promise |
promise
保存前的异步逻辑返回Promise | ||
Data |
source
组件自身 |
Constructor details
Top
public
BeforeSaveEvent
()
数据保存前事件对象
public
BeforeSaveEvent
()
数据保存前事件对象
Properties Detail Top
public
Boolean
cancel
可修改,设置为true后中断当前保存动作
public
JSON
options
保存时给入的参数
public
Promise
promise
保存前的异步逻辑返回Promise
组件自身