SelectionRangeData

@Serializable
data class SelectionRangeData(val anchor: Int, val head: Int)

Serializable representation of a SelectionRange.

Constructors

Link copied to clipboard
constructor(anchor: Int, head: Int)

Properties

Link copied to clipboard
val anchor: Int
Link copied to clipboard
val head: Int

Functions

Link copied to clipboard

Restore a SelectionRange from its serializable representation.