@univerjs/sheets-ui 0.15.1-insiders.20260117-8ce4a01 → 0.15.2-insiders.20260119-edc718c

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.
@@ -84,6 +84,11 @@ export interface IUniverSheetsUIConfig {
84
84
  * @default false
85
85
  */
86
86
  disableForceStringMark?: boolean;
87
+ /**
88
+ * Whether to disable the edit.
89
+ * @default false
90
+ */
91
+ disableEdit?: boolean;
87
92
  }
88
93
  export declare const defaultPluginConfig: IUniverSheetsUIConfig;
89
94
  /**