appcues
androidJvm
appcues
/
com.appcues
/
ViewElement
/
ViewElement
View
Element
constructor
(
id
:
UUID
=
UUID.randomUUID()
,
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
type
:
String
,
displayName
:
String
?
,
selector
:
ElementSelector
?
,
children
:
List
<
ViewElement
>
?
)