Skip to content

WatchOptions

Defined in: namespaces.ts:123

Options for watchDirectoryWithOptions.

optional debounceMs?: number

Defined in: namespaces.ts:125

FSEventStream latency in milliseconds. Range: 0–5000. Default: 500.


optional recursive?: boolean

Defined in: namespaces.ts:127

When false, only immediate children trigger the callback. Default: true.