Class s7sdk.event.FavoritesEvent
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.event.FavoritesEvent(type, data, bubbles)
|
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