parikshan
Toggle table of contents
0.0.8
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
text
:
String
?
=
null
,
val
visible
:
Boolean
=
true
,
val
bounds
:
Bounds
,
val
zOrder
:
Int
=
0
)
Members
Constructors
Node
Snapshot
Link copied to clipboard
constructor
(
tag
:
String
,
text
:
String
?
=
null
,
visible
:
Boolean
=
true
,
bounds
:
Bounds
,
zOrder
:
Int
=
0
)
Properties
area
Link copied to clipboard
val
area
:
Double
bounds
Link copied to clipboard
val
bounds
:
Bounds
height
Link copied to clipboard
val
height
:
Double
tag
Link copied to clipboard
val
tag
:
String
text
Link copied to clipboard
val
text
:
String
?
visible
Link copied to clipboard
val
visible
:
Boolean
width
Link copied to clipboard
val
width
:
Double
z
Order
Link copied to clipboard
val
zOrder
:
Int