File Event
io.file-event Input v0.1.0 Normalizes a file watcher event from the runtime IO layer.
Ports
| Direction | Port | Label |
|---|---|---|
| Output | event | Event |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Watch pathwatchPath | string | "." | File or directory to watch in production. Each change starts the workflow. |
Watch subfoldersrecursive | boolean | false | Also watch nested directories (where the OS supports it). |
Event patheventPath | string | "file" | Dotted path to the file-watcher event in the input. |
Require eventrequireEvent | boolean | true | Fail if no file event is present on the input. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.