DefaultSelectableLazyColumnKeyActions

open class DefaultSelectableLazyColumnKeyActions(val keybindings: SelectableColumnKeybindings, val actions: SelectableColumnOnKeyEvent = DefaultSelectableOnKeyEvent(keybindings)) : KeyActions

Inheritors

Constructors

Link copied to clipboard
constructor(keybindings: SelectableColumnKeybindings, actions: SelectableColumnOnKeyEvent = DefaultSelectableOnKeyEvent(keybindings))

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun handleOnKeyEvent(event: KeyEvent, keys: List<SelectableLazyListKey>, state: SelectableLazyListState, selectionMode: SelectionMode): KeyEvent.() -> Boolean