Value
import { Value } from 'slate'Properties
Value({
document: Document,
selection: Selection,
data: Data,
decorations: List<Decoration>,
})data
decorations
document
object
selection
Computed Properties
{edge}Text
{edge}Block
marks
activeMarks
blocks
fragment
inlines
texts
Static Methods
Value.create
Value.fromJSON
Value.isValue
Instance Methods
toJSON
Last updated