Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.core
/
love.yinlin.compose.interaction
/
InteractionState
Interaction
State
@
Stable
data
class
InteractionState
(
val
isFocused
:
Boolean
=
false
,
val
isHovered
:
Boolean
=
false
,
val
isPressed
:
Boolean
=
false
,
val
isDragged
:
Boolean
=
false
)
Members
Constructors
Interaction
State
Link copied to clipboard
constructor
(
isFocused
:
Boolean
=
false
,
isHovered
:
Boolean
=
false
,
isPressed
:
Boolean
=
false
,
isDragged
:
Boolean
=
false
)
Properties
is
Dragged
Link copied to clipboard
val
isDragged
:
Boolean
is
Focused
Link copied to clipboard
val
isFocused
:
Boolean
is
Hovered
Link copied to clipboard
val
isHovered
:
Boolean
is
Pressed
Link copied to clipboard
val
isPressed
:
Boolean