SelectionBoundary


class SelectionBoundary


Represents one edge of the selected content.

Summary

Public constructors

SelectionBoundary(index: Int, point: Point?, isRtl: Boolean)

Public properties

Int

: Index of the selection boundary

Boolean

: Determines whether the direction of selection is right-to-left (rtl) or reverse

Point?

: The point of selection boundary.

Public constructors

SelectionBoundary

Added in 1.0.0-alpha10
SelectionBoundary(index: Int = 0, point: Point? = null, isRtl: Boolean = false)
Parameters
index: Int = 0

: Index of the selection boundary

point: Point? = null

: The point of selection boundary.

isRtl: Boolean = false

: Determines whether the direction of selection is right-to-left (rtl) or reverse

Public properties

index

Added in 1.0.0-alpha10
val indexInt

: Index of the selection boundary

isRtl

Added in 1.0.0-alpha10
val isRtlBoolean

: Determines whether the direction of selection is right-to-left (rtl) or reverse

point

Added in 1.0.0-alpha10
val pointPoint?

: The point of selection boundary.