Closed DanileQin closed 11 months ago
我看源码目前只有如下: value: string; options: EditorConfiguration; globalOptions: EditorConfiguration; placeholder: string; border: boolean; width: string | number | null; height: string | number | null; originalStyle: boolean; keepCursorInEnd: boolean; merge: boolean; name: string; marker: () => HTMLElement; unseenLines: any[];
我看源码目前只有如下: value: string; options: EditorConfiguration; globalOptions: EditorConfiguration; placeholder: string; border: boolean; width: string | number | null; height: string | number | null; originalStyle: boolean; keepCursorInEnd: boolean; merge: boolean; name: string; marker: () => HTMLElement; unseenLines: any[];
这些只是组件自身的属性,codemirror 的配置项传到options对象里
期待有的属性