SnapshotCreatedEvent#
Class SnapshotCreatedEvent
Hierarchy
- WebVisEvent
- SnapshotCreatedEvent
Index
Constructors
Properties
Accessors
Constructors
constructor
- new
Snapshot Created Event(snapshotID: number, properties: SnapshotProperties, _attachmentId: number): 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
properties: SnapshotProperties
snapshotID
snapshotID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
Accessors
attachmentID
- get attachmentID(): number
-
Deprecated
attachmentID is deprecated, please use properties.thumbnail instead.
Returns number
name
- get name(): string
-
Deprecated
name is deprecated, please use properties.name instead.
Returns string
order
- get order(): number
-
Deprecated
order is deprecated, please use properties.order instead.
Returns number
SNAPSHOT_CREATED SNAPSHOT_CREATED