Class s7sdk.event.InteractiveDataEvent
This event is dispatched for notifying availability of Interactive Data or when the interactive section is updated.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.event.InteractiveDataEvent(type, data, bubbles)
|
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.