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
/
NodeSnapshot
Node
Snapshot
@
Serializable
data
class
NodeSnapshot
(
val
tag
:
String
,
val
bounds
:
Bounds
,
val
visible
:
Boolean
,
val
text
:
String
?
=
null
,
val
zOrder
:
Int
=
0
)
Members
Constructors
Node
Snapshot
Link copied to clipboard
constructor
(
tag
:
String
,
bounds
:
Bounds
,
visible
:
Boolean
,
text
:
String
?
=
null
,
zOrder
:
Int
=
0
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Bounds
tag
Link copied to clipboard
val
tag
:
String
text
Link copied to clipboard
val
text
:
String
?
visible
Link copied to clipboard
val
visible
:
Boolean
z
Order
Link copied to clipboard
val
zOrder
:
Int