app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.ui.components
/
ShowcaseTarget
Showcase
Target
data
class
ShowcaseTarget
(
val
key
:
String
,
val
text
:
String
,
val
offset
:
IntOffset
,
val
size
:
IntSize
)
Members
Constructors
Showcase
Target
Link copied to clipboard
constructor
(
key
:
String
,
text
:
String
,
offset
:
IntOffset
,
size
:
IntSize
)
Properties
key
Link copied to clipboard
val
key
:
String
offset
Link copied to clipboard
val
offset
:
IntOffset
size
Link copied to clipboard
val
size
:
IntSize
text
Link copied to clipboard
val
text
:
String