Interface: M2NodePropertyChangeEvent
Base interface for all m2c2kit events.
Remarks
I would have named it Event, but that would collide with the existing DOM Event
Extends
Properties
handled?
optional
handled:boolean
Has the event been taken care of by the listener and not be dispatched to other targets?
Inherited from
Defined in
M2Event.ts:26
iso8601Timestamp
iso8601Timestamp:
string
Timestamp of th event, from new Date().toISOString()
Inherited from
Defined in
M2Event.ts:30
property
property:
string
The property that changed.
Defined in
M2Event.ts:104
sequence?
optional
sequence:number
Sequence number of event.
Remarks
Sequence number is guaranteed to reflect order of events, but not necessarily contiguous, e.g., could be 1, 2, 5, 10, 11, 24.