public interface ReleaseKeyCallback extends BrowserSyncCallback<ReleaseKeyCallback.Params,ReleaseKeyCallback.Response>
KeyReleased
event is about to be processed by the
browser.
Return the ReleaseKeyCallback.Response.proceed()
response to allow the browser to process the event.
Return the ReleaseKeyCallback.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 |
ReleaseKeyCallback.Params
The parameters of the
ReleaseKeyCallback . |
static interface |
ReleaseKeyCallback.Response
A response of the
ReleaseKeyCallback . |
on