# Class: InteractivePropertyUpdateEvent

InteractivePropertyUpdateEvent()

deprecated 已由 InteractivePropertyEvent 替代,后续会在 0.4 版本中移除。

# Constructors

# constructor

+ new InteractivePropertyUpdateEvent(previousValue: ReadonlyClone‹InteractiveProperty›, currentValue: ReadonlyClone‹InteractiveProperty›): InteractivePropertyUpdateEvent

Inherited from InteractivePropertyEvent.constructor

Overrides void

internals

# 参数:

属性 类型
previousValue ReadonlyClone‹InteractiveProperty
currentValue ReadonlyClone‹InteractiveProperty

# 返回值:

InteractivePropertyUpdateEvent

# Properties

# Readonly currentValue

currentValue: ReadonlyClone‹InteractiveProperty

Inherited from AccountUpdateEvent.currentValue

数据改变后的值

Returns: ReadonlyClone‹InteractiveProperty


# Readonly previousValue

previousValue: ReadonlyClone‹InteractiveProperty

Inherited from AccountUpdateEvent.previousValue

数据改变前的值

Returns: ReadonlyClone‹InteractiveProperty


# Readonly type

type: Update

Inherited from AccountDisplacedEvent.type

事件类型,由具体的事件构造时提供

Returns: Update