MotionResult

sealed class MotionResult

Result of a motion: either a single position or a pair (anchor, head).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Range(val anchor: LinePos, val head: LinePos) : MotionResult
Link copied to clipboard
data class SinglePos(val pos: LinePos) : MotionResult

Functions

Link copied to clipboard