# Interface: InteractivePropertyEventHandler
▸ (this: void, event: InteractivePropertyEvent): void
InteractiveProperty 事件处理回调函数
# 参数:
| 属性 | 类型 |
|---|---|
this | void |
event | InteractivePropertyEvent |
InteractivePropertyEvent
| 属性 | 类型 | 描述 |
|---|---|---|
constructor | Constructor | - |
currentValue | ReadonlyClone‹InteractiveProperty› | 数据改变后的值 |
previousValue | ReadonlyClone‹InteractiveProperty› | 数据改变前的值 |
type | Update | 事件类型,由具体的事件构造时提供 |
# 返回值:
void