WaypointRenderEventArgs Object
Bing Services
Contains arguments for waypoint render events.
Properties
| Name | Type | Description |
|---|---|---|
|
containerElement |
object |
The DOM element which contains the waypoint. You can use this property to add custom content. |
|
handled |
boolean |
A boolean indicating whether the event is handled. This property is only available for the beforeWaypointRender event. Set this property to true to override the default behavior. |
|
waypoint |
The waypoint for which the event occurred. |