Class s7sdk.event.FlyoutEvent
FlyoutEvent is dispatched every time the flyout view is shown or hidden. Emitted from FlyoutZoomView
.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.event.FlyoutEvent(type, bubbles)
|
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.