Meshtastic App
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.node
/
NodeDetailContent
Node
Detail
Content
androidJvm
@
Composable
fun
NodeDetailContent
(
node
:
Node
,
ourNode
:
Node
?
,
metricsState
:
MetricsState
,
lastTracerouteTime
:
Long
?
,
availableLogs
:
Set
<
LogsType
>
,
onAction
:
(
NodeDetailAction
)
->
Unit
,
onSaveNotes
:
(
nodeNum
:
Int
,
notes
:
String
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)
(
source
)