parikshan
Toggle table of contents
0.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
parikshan
parikshan-core
/
io.github.aryapreetam.parikshan.protocol
/
Response
/
NodeInfo
Node
Info
@
Serializable
@
SerialName
(
value
=
"nodeinfo"
)
data
class
NodeInfo
(
val
id
:
String
,
val
bounds
:
Bounds
,
val
visible
:
Boolean
,
val
text
:
String
?
=
null
)
:
Response
Members
Constructors
Node
Info
Link copied to clipboard
constructor
(
id
:
String
,
bounds
:
Bounds
,
visible
:
Boolean
,
text
:
String
?
=
null
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Bounds
id
Link copied to clipboard
open
override
val
id
:
String
text
Link copied to clipboard
val
text
:
String
?
visible
Link copied to clipboard
val
visible
:
Boolean