You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/events.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ by the Neutralinojs server based on native state changes.
25
25
| `extensionReady` | Occurs when an extension is ready to communicate with the app. | `all` | Extension identifier
26
26
| `spawnedProcess` | Occurs then there is an update in the spawned process. | `all` | [`SpawnedProcess`](os.md#spawnedprocess) with `action` (`stdOut`, `stdErr`, and `exit`) and `data` (STDOUT, STDERR or exit code)
27
27
| `openedFile` | Occurs for each read action and whenever stream cursor reaches EOF. | `all` | File stream identifier with `action` (`data`, `dataBinary`, and `end`) and `data` (stream block content)
28
-
| `watchFile` | Occurs for each filesystem change events based on watchers. | `all` | File watcher identifier with `action` (`add`, `delete`, `modified`, and `moved`), `dir`, and `filename`
28
+
| `watchFile` | Occurs for each filesystem change events based on watchers. | `all` | File watcher identifier with `action` (`add`, `delete`, `modified`, and `moved`), `dir`, `filename`and `timestamp` in ISO 8601 format
0 commit comments