@crowdstrike/logscale-file-editor 1.150.0--build-1709--sha-af69a60c9069b5a2ee509a9bfae398d8092f74b8 → 1.152.0--build-1781--sha-74f29736aaf83cae2ba3f6aa32b8c4e22ea2fd12

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.d.ts CHANGED
@@ -107,6 +107,10 @@ export declare interface Options extends CommonOptions {
107
107
  limit?: number;
108
108
  /** The string to filter rows by. */
109
109
  filterString?: string | null;
110
+ /** Whether the editor should be read-only or editable. Defaults to false (meaning it's editable).
111
+ * Note that if the file can't be edited by the user, then it will be read-only regardless of this value.
112
+ */
113
+ readOnly?: boolean;
110
114
  }
111
115
 
112
116
  /**