@openremote/or-log-viewer 1.7.0-snapshot.20250626150423 → 1.7.0-snapshot.20250630105956

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.
@@ -297,6 +297,20 @@
297
297
  }
298
298
  }
299
299
  },
300
+ {
301
+ "kind": "method",
302
+ "name": "_copyRow",
303
+ "privacy": "protected",
304
+ "parameters": [
305
+ {
306
+ "name": "row",
307
+ "type": {
308
+ "text": "Model.SyslogEvent"
309
+ }
310
+ }
311
+ ],
312
+ "description": "Copy a single log event to the clipboard as JSON"
313
+ },
300
314
  {
301
315
  "kind": "method",
302
316
  "name": "_getIntervalOptions",