toggle menu
foundation
0.27.0
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.lazy.tree
/
DefaultTreeViewPointerEventAction
/
notifyItemClicked
notify
Item
Clicked
fun
<
T
>
notifyItemClicked
(
item
:
Tree.Element
<
T
>
,
scope
:
CoroutineScope
,
doubleClickTimeDelayMillis
:
Long
,
onElementClick
:
(
Tree.Element
<
T
>
)
->
Unit
,
onElementDoubleClick
:
(
Tree.Element
<
T
>
)
->
Unit
)