toggle menu
interactive-text
0.1.3
jvm
switch theme
search in API
interactive-text
/
me.okonecny.interactivetext
/
CursorPosition
Cursor
Position
data
class
CursorPosition
(
val
componentId
:
InteractiveId
,
val
visualOffset
:
Int
)
Used as mutable state. Must stay a value object.
Members
Constructors
Cursor
Position
Link copied to clipboard
constructor
(
componentId
:
InteractiveId
,
visualOffset
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
component
Id
Link copied to clipboard
val
componentId
:
InteractiveId
visual
Offset
Link copied to clipboard
val
visualOffset
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int