Module
Web.Util.TextCursor.Element.HTML
- Package
- purescript-textcursor
- Repository
- MonoidMusician/purescript-textcursor
#selectionStart Source
selectionStart :: Getter IntGet the index of the start of the selection.
#setSelectionStart Source
setSelectionStart :: Setter IntSet the index of the start of the selection.
#selectionEnd Source
selectionEnd :: Getter IntGet the index of the end of the selection.
#setSelectionEnd Source
setSelectionEnd :: Setter IntSet the index of the end of the selection.
#selectionDirection Source
selectionDirection :: Getter DirectionGet the direction of the selection.
#setSelectionDirection Source
setSelectionDirection :: Setter DirectionSet the direction of the selection