Class s7sdk.event.FrameEvent
FrameEvent is dispatched every time the currently active frame changes. Emitted from PageView.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.event.FrameEvent(type, image, frameIndex, bubbles)
|
Field Attributes | Field Name and Description |
---|---|
<static> |
s7sdk.event.FrameEvent.FLYOUT_EVENT
Defines a value of the
type property of a FlyoutEvent event object. |
<static> |
s7sdk.event.FrameEvent.FRAME_EVENT
Defines a value of the
type property of a frameEvent event object. |
<static> |
s7sdk.event.FrameEvent.NOTF_FRAME_TRANSITION_END
Defines a value of the
type property of a notfFrameTransitionEnd event object. |
<static> |
s7sdk.event.FrameEvent.NOTF_FRAME_TRANSITION_START
Defines a value of the
type property of a notfFrameTransitionStart event object. |
Class Detail
s7sdk.event.FrameEvent(type, image, frameIndex, bubbles)
- Parameters:
- {String} type
- Event type from DOM.
- {String} image
- Dynamic Media Classic asset identifier.
- {Number} frameIndex
- Index of the frame that is displayed (for example, when SpinView frame number).
- {Boolean} bubbles
- Determines if the event should bubble.
Field Detail
<static>
s7sdk.event.FrameEvent.FLYOUT_EVENT
Defines a value of the
type
property of a FlyoutEvent
event object.
<static>
s7sdk.event.FrameEvent.FRAME_EVENT
Defines a value of the
type
property of a frameEvent
event object.
<static>
s7sdk.event.FrameEvent.NOTF_FRAME_TRANSITION_END
Defines a value of the
type
property of a notfFrameTransitionEnd
event object.
<static>
s7sdk.event.FrameEvent.NOTF_FRAME_TRANSITION_START
Defines a value of the
type
property of a notfFrameTransitionStart
event object.