EditorStateConfig
The type of object passed to
EditorState.create
.
interface EditorStateConfig {
doc?: Node;
plugins?: readonly Plugin[];
schema?: Schema;
selection?: Selection;
storedMarks?: readonly Mark[] | null;
}§Properties
§
The initial set of stored marks.