LavaUI docs

enum CaretAffinity

Swift

enum CaretAffinity

Which side of a wrap boundary a caret belongs to.

Sources/LavaText/SoftWrap.swift:66

Cases

case downstream

The row that starts at this offset — a click, or Home.

Sources/LavaText/SoftWrap.swift:68

case upstream

The row that ends at this offset — a vertical move whose column was clamped to that row's end.

Sources/LavaText/SoftWrap.swift:71