public static class KeyboardEvents.KeyboardEventOptions extends Object
| Constructor and Description |
|---|
KeyboardEventOptions() |
| Modifier and Type | Method and Description |
|---|---|
static KeyboardEvents.KeyboardEventOptions |
create() |
KeyboardEvents.KeyboardEventOptions |
setPreventDefault(boolean preventDefault)
Sets if prevent default behaviour is enabled or not
|
KeyboardEvents.KeyboardEventOptions |
setStopPropagation(boolean stopPropagation)
Sets if stop event propagation is enabled or not
|
public static KeyboardEvents.KeyboardEventOptions create()
public KeyboardEvents.KeyboardEventOptions setPreventDefault(boolean preventDefault)
preventDefault - true to prevent default, false otherwisepublic KeyboardEvents.KeyboardEventOptions setStopPropagation(boolean stopPropagation)
stopPropagation - true to stop propagation, false otherwiseCopyright © 2019–2022 Dominokit. All rights reserved.