HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.FavoritesEvent

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.FavoritesEvent(type, data, bubbles)
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
s7sdk.event.FavoritesEvent.FAVORITES_CHANGED
Dispatched by FavoritesEffect component when favorites are added or removed (in particular because of expiration)
<static> <constant>  
s7sdk.event.FavoritesEvent.NOTF_ADD_FAVORITE
Dispatched by Favorite component when user selects "add new " item in dropdown
<static> <constant>  
s7sdk.event.FavoritesEvent.NOTF_REMOVE_FAVORITE
Dispatched by Favorite component when user selects "remove" item in dropdown
<static> <constant>  
s7sdk.event.FavoritesEvent.NOTF_VIEW_ALL_FAVORITES
Dispatched by Favorite component when user selects "view all" item in dropdown
Class Detail
s7sdk.event.FavoritesEvent(type, data, bubbles)
Parameters:
{String} type
- Defines the value of the type property.
{Number} data
- Event data.
{Boolean} bubbles
- Defines whether the event bubbles.
Field Detail
<static> <constant> {String} s7sdk.event.FavoritesEvent.FAVORITES_CHANGED
Dispatched by FavoritesEffect component when favorites are added or removed (in particular because of expiration)

<static> <constant> {String} s7sdk.event.FavoritesEvent.NOTF_ADD_FAVORITE
Dispatched by Favorite component when user selects "add new " item in dropdown

<static> <constant> {String} s7sdk.event.FavoritesEvent.NOTF_REMOVE_FAVORITE
Dispatched by Favorite component when user selects "remove" item in dropdown

<static> <constant> {String} s7sdk.event.FavoritesEvent.NOTF_VIEW_ALL_FAVORITES
Dispatched by Favorite component when user selects "view all" item in dropdown

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 30 2020 16:40:36 GMT+0200 (EET)