V - the item type@FunctionalInterface public static interface KeyboardNavigation.ItemNavigationHandler<V>
| Modifier and Type | Method and Description |
|---|---|
void |
onItemNavigation(elemental2.dom.KeyboardEvent event,
V item)
Will be called when
item gets selected |
void onItemNavigation(elemental2.dom.KeyboardEvent event,
V item)
item gets selecteditem - the selected itemCopyright © 2019–2022 Dominokit. All rights reserved.