ViewportChangedEvent¶
Class ViewportChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ViewportChangedEvent
Index
Properties
Properties
height
height: number
The new height of the viewport
id
id: number
The unique ID of the event.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
width
width: number
The new width of the viewport
Events that signals that the viewport size has changed. It contains the new width and height of the viewport.
See
EventType.VIEWPORT_CHANGED