EditorStateConfig
data class EditorStateConfig(val doc: DocSpec? = null, val selection: SelectionSpec? = null, val extensions: Extension? = null)
Options passed when creating an editor state.
Options passed when creating an editor state.