HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.PovEvent

This event is dispatched by PanoramicView and Video360Player components when a POV (PointOfView) changes because of auto rotation, end user interaction or setPov() API call.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.PovEvent(type, pov, bubbles)
Field Summary
Field Attributes Field Name and Description
 
Specifies whether the event should bubble.
<static>  
s7sdk.event.PovEvent.NOTF_POV_CHANGE
This event is dispatched by PanoramicView and Video360Player components when a POV (PointOfView) changes because of auto rotation, end user interaction or setPov() API call.
 
pov
The point of view of the camera inside virtual sphere.
 
The type of the particular event object.
Class Detail
s7sdk.event.PovEvent(type, pov, bubbles)
Parameters:
{String} type
Defines the value of the type property.
{s7sdk.PovDesc} pov
point of view of the camera inside virtual sphere
{Boolean} bubbles
- Defines whether the event bubbles.
Field Detail
{Boolean} bubbles
Specifies whether the event should bubble.

<static> s7sdk.event.PovEvent.NOTF_POV_CHANGE
This event is dispatched by PanoramicView and Video360Player components when a POV (PointOfView) changes because of auto rotation, end user interaction or setPov() API call.

{point of view of the camera inside virtual sphere.} pov
The point of view of the camera inside virtual sphere.

{String} type
The type of the particular event object.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 15 2020 11:59:11 GMT-0000 (UTC)