public interface MoveMouseWheelCallback extends BrowserSyncCallback<MoveMouseWheelCallback.Params,MoveMouseWheelCallback.Response>
MouseWheel
event is about to be processed by the
browser.
Return the MoveMouseWheelCallback.Response.proceed()
response to allow the browser to process the event.
Return the MoveMouseWheelCallback.Response.suppress()
response to suppress the event.
Important: the engine will be blocked until you return a response from the callback.
Modifier and Type | Interface and Description |
---|---|
static interface |
MoveMouseWheelCallback.Params
The parameters of the
MoveMouseWheelCallback . |
static interface |
MoveMouseWheelCallback.Response
A response of the
MoveMouseWheelCallback . |
on