SnapshotCreatedEvent#
Class SnapshotCreatedEvent
Hierarchy
- WebVisEvent
- SnapshotCreatedEvent
Index
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: number
The 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 Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
Accessors
attachmentID
- get attachmentID(): number
-
Returns number
Deprecated
attachmentID is deprecated, please use properties.thumbnail instead.
name
- get name(): string
-
Returns string
Deprecated
name is deprecated, please use properties.name instead.
order
- get order(): number
-
Returns number
Deprecated
order is deprecated, please use properties.order instead.
SNAPSHOT_CREATED SNAPSHOT_CREATED