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.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
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