Point where selection begins. Caret is the other end of the selection.
Note that selectionStart may be greater than selectionEnd. If you need them in order, use selectionLowIndex and selectionHighIndex.
See Implementation
Point where selection begins. Caret is the other end of the selection.
Note that selectionStart may be greater than selectionEnd. If you need them in order, use selectionLowIndex and selectionHighIndex.