@hailin-zheng/editor-core 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-cjs.js +25 -2
- package/index-cjs.js.map +1 -1
- package/index.js +25 -2
- package/index.js.map +1 -1
- package/med_editor/framework/element-define.d.ts +1 -0
- package/package.json +1 -1
@@ -262,6 +262,7 @@ export declare class ViewOptions {
|
|
262
262
|
enableTrackHistory: boolean;
|
263
263
|
trackHistoryMaxLength: number;
|
264
264
|
enableDyExpression: boolean;
|
265
|
+
showRule: boolean;
|
265
266
|
private _fullPageView;
|
266
267
|
get fullPageView(): boolean;
|
267
268
|
set fullPageView(value: boolean);
|