Fantom

 

//
// Copyright (c) 2022, Brian Frank and Andy Frank
// Licensed under the Academic Free License version 3.0
//
// History:
//   18 Mar 2022  Andy Frank  Creation
//

**
** TextSel models the current caret pos and text selection by user.
**
@NoDoc @Js class TextSel
{
  ** Private ctor.
  private new make() {}

  ** Clear all selection from page.
  native Void clear()
}