Collapses the current selection to a single point. The bStart is a boolean value.
editor.collapse(bStart)
Type: boolean
Optional. True collapses the Range to its start, false to its end. If omitted, it defaults to false.