Inline
import { Inline } from 'slate'Properties
Inline({
data: Data,
key: String,
nodes: Immutable.List<Node>,
type: String
})data
datakey
keyobject
objectnodes
nodestype
typeComputed Properties
text
textStatic Methods
Inline.create
Inline.createInline.createList
Inline.createListInline.fromJSON
Inline.fromJSONInline.isInline
Inline.isInlineNode Methods
Instance Methods
toJSON
toJSONLast updated