SnapshotCreatedEvent#
Class SnapshotCreatedEvent
Hierarchy
- WebVisEvent
- SnapshotCreatedEvent
 
Constructors
Properties
Accessors
Constructors
constructor
- new Snapshot Created Event(snapshotID, properties, _attachmentId): SnapshotCreatedEvent 
- 
The SNAPSHOT_CREATED event occurs if a Snapshot has been created. Parameters- 
snapshotID: numberThe ID of the Snapshot. 
- 
properties: SnapshotProperties
- 
_attachmentId: number
 Returns SnapshotCreatedEvent
- 
Properties
id
id: number
properties
snapshotID
snapshotID: number
The ID of the Snapshot.
Optional transaction
transaction
Optional transactionID
transactionID?: number
Optional type
Accessors
attachmentID
- get attachmentID(): number
- 
Returns numberDeprecatedattachmentID is deprecated, please use properties.thumbnail instead. 
name
- get name(): string
- 
Returns stringDeprecatedname is deprecated, please use properties.name instead. 
order
- get order(): number
- 
Returns numberDeprecatedorder is deprecated, please use properties.order instead. 
SNAPSHOT_CREATED SNAPSHOT_CREATED