ouisync
Toggle table of contents
0.9.1-1
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-client
/
org.equalitie.ouisync.kotlin.client
/
StateMonitorNode
State
Monitor
Node
@
Serializable
class
StateMonitorNode
(
val
values
:
Map
<
String
,
String
>
,
val
children
:
List
<
MonitorId
>
)
Members
Constructors
State
Monitor
Node
Link copied to clipboard
constructor
(
values
:
Map
<
String
,
String
>
,
children
:
List
<
MonitorId
>
)
Properties
children
Link copied to clipboard
val
children
:
List
<
MonitorId
>
values
Link copied to clipboard
val
values
:
Map
<
String
,
String
>