SnapshotChangedEvent#
Class SnapshotChangedEvent
Hierarchy
- WebVisEvent
- SnapshotChangedEvent
Index
Constructors
Properties
Accessors
Constructors
constructor
- new
Snapshot Changed Event(snapshotID: number, properties: SnapshotProperties): SnapshotChangedEvent -
The SNAPSHOT_CHANGED event occurs if a Snapshot has been changed.
Parameters
-
snapshotID: number
The ID of the Snapshot.
-
properties: SnapshotProperties
An object with the changed Properties.
Returns SnapshotChangedEvent
-
Properties
id
id: number
properties
properties: SnapshotProperties
snapshotID
snapshotID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
Accessors
order
- get order(): number
-
Deprecated
order is deprecated, please use properties.order instead.
Returns number
screenshot
- get screenshot(): string
-
Deprecated
screenshot is deprecated, please use properties.screenshot instead.
Returns string
text
- get text(): string
-
Deprecated
text is deprecated, please use properties.name instead.
Returns string
SNAPSHOT_CHANGED SNAPSHOT_CHANGED