HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.FlyoutEvent

FlyoutEvent is dispatched every time the flyout view is shown or hidden. Emitted from FlyoutZoomView.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.FlyoutEvent(type, bubbles)
Field Summary
Field Attributes Field Name and Description
<static>  
s7sdk.event.FlyoutEvent.NOTF_FLYOUT_HIDE_END
Defines a value of the type property of a notfFlyoutHideEnd event object.
<static>  
s7sdk.event.FlyoutEvent.NOTF_FLYOUT_SHOW_START
Defines a value of the type property of a notfFlyoutShowStart event object.
Class Detail
s7sdk.event.FlyoutEvent(type, bubbles)
Parameters:
{String} type
Event type from DOM.
{Boolean} bubbles
Determines if the event should bubble.
Field Detail
<static> s7sdk.event.FlyoutEvent.NOTF_FLYOUT_HIDE_END
Defines a value of the type property of a notfFlyoutHideEnd event object.

<static> s7sdk.event.FlyoutEvent.NOTF_FLYOUT_SHOW_START
Defines a value of the type property of a notfFlyoutShowStart event object.

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