selEnd

fun selEnd(forUndo: Boolean): Cluster?

Returns the selection end position for undo or redo operations.

Return

The selection end position, or null if no selection exists.

Parameters

forUndo

If true, returns the undo selection end; if false, returns the redo selection end.