Skip to content

WatchOptions

Defined in: namespaces.ts:124

Options for watchDirectoryWithOptions.

optional debounceMs?: number

Defined in: namespaces.ts:126

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


optional recursive?: boolean

Defined in: namespaces.ts:128

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