Selection
import { Selection } from 'slate'Properties
Selection({
anchor: Point,
focus: Point,
isFocused: Boolean,
marks: Set,
})isFocused
marks
object
Computed Properties
isBlurred
Static Methods
Selection.create
Selection.createProperties
Selection.fromJSON
Selection.isSelection
Instance Methods
toJSON
Mutating Methods
setIsFocused
setMarks
Last updated