toggle menu
foundation
0.23.0
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.lazy.tree
/
KeyActions
Key
Actions
interface
KeyActions
Inheritors
DefaultSelectableLazyColumnKeyActions
Members
Properties
actions
Link copied to clipboard
abstract
val
actions
:
SelectableColumnOnKeyEvent
keybindings
Link copied to clipboard
abstract
val
keybindings
:
SelectableColumnKeybindings
Functions
handle
On
Key
Event
Link copied to clipboard
abstract
fun
handleOnKeyEvent
(
event
:
KeyEvent
,
keys
:
List
<
SelectableLazyListKey
>
,
state
:
SelectableLazyListState
,
selectionMode
:
SelectionMode
)
:
KeyEvent
.
(
)
->
Boolean