# Function: onLimitationChange
▸ onLimitationChange(this
: void, handler
: LimitationChangeEventHandler): void
监听限制更新
# 参数:
属性 | 类型 | 描述 |
---|---|---|
this | void | - |
handler | LimitationChangeEventHandler | 事件触发的回调方法 |
LimitationChangeEventHandler: MogsEventHandler‹LimitationChangeEvent›
LimitationChangeEvent
结构
属性 | 类型 | 描述 |
---|---|---|
currentValue | ReadonlyClone‹Limitation› | 数据改变后的值 |
previousValue | ReadonlyClone‹Limitation› | 数据改变前的值 |
type | LimitationChange | 事件类型,由具体的事件构造时提供 |
# 返回值:
void