HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.InteractiveDataEvent

This event is dispatched for notifying availability of Interactive Data or when the interactive section is updated.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.InteractiveDataEvent(type, data, bubbles)
Field Summary
Field Attributes Field Name and Description
<static>  
s7sdk.event.InteractiveDataEvent.NOTF_ACTIVE_INTERACTIVE_DATA_UPDATED
Defines the value of the type property of a interactive data event.
<static>  
s7sdk.event.InteractiveDataEvent.NOTF_INTERACTIVE_DATA
This event is dispatched by the a component to notify that interactive data is available or modified.
Class Detail
s7sdk.event.InteractiveDataEvent(type, data, bubbles)
Parameters:
{String} type
Defines the value of the type property.
{Object} data
Event data relevant to type
{Boolean} bubbles
- Defines whether the event bubbles.
Field Detail
<static> s7sdk.event.InteractiveDataEvent.NOTF_ACTIVE_INTERACTIVE_DATA_UPDATED
Defines the value of the type property of a interactive data event. This event is dispatched when the active interactive data has changed.

<static> s7sdk.event.InteractiveDataEvent.NOTF_INTERACTIVE_DATA
This event is dispatched by the a component to notify that interactive data is available or modified.

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