WatcherConfig
Nodepod API / src / chokidar / WatcherConfig
Interface: WatcherConfig
Section titled “Interface: WatcherConfig”Defined in: src/polyfills/chokidar.ts:57
Properties
Section titled “Properties”alwaysStat?
Section titled “alwaysStat?”
optionalalwaysStat?:boolean
Defined in: src/polyfills/chokidar.ts:71
atomic?
Section titled “atomic?”
optionalatomic?:number|boolean
Defined in: src/polyfills/chokidar.ts:77
awaitWriteFinish?
Section titled “awaitWriteFinish?”
optionalawaitWriteFinish?:boolean| {pollInterval?:number;stabilityThreshold?:number; }
Defined in: src/polyfills/chokidar.ts:73
binaryInterval?
Section titled “binaryInterval?”
optionalbinaryInterval?:number
Defined in: src/polyfills/chokidar.ts:70
optionalcwd?:string
Defined in: src/polyfills/chokidar.ts:66
depth?
Section titled “depth?”
optionaldepth?:number
Defined in: src/polyfills/chokidar.ts:72
disableGlobbing?
Section titled “disableGlobbing?”
optionaldisableGlobbing?:boolean
Defined in: src/polyfills/chokidar.ts:67
followSymlinks?
Section titled “followSymlinks?”
optionalfollowSymlinks?:boolean
Defined in: src/polyfills/chokidar.ts:65
ignored?
Section titled “ignored?”
optionalignored?:string|RegExp| (string|RegExp| ((p) =>boolean))[] | ((p) =>boolean)
Defined in: src/polyfills/chokidar.ts:59
ignoreInitial?
Section titled “ignoreInitial?”
optionalignoreInitial?:boolean
Defined in: src/polyfills/chokidar.ts:64
ignorePermissionErrors?
Section titled “ignorePermissionErrors?”
optionalignorePermissionErrors?:boolean
Defined in: src/polyfills/chokidar.ts:76
interval?
Section titled “interval?”
optionalinterval?:number
Defined in: src/polyfills/chokidar.ts:69
persistent?
Section titled “persistent?”
optionalpersistent?:boolean
Defined in: src/polyfills/chokidar.ts:58
usePolling?
Section titled “usePolling?”
optionalusePolling?:boolean
Defined in: src/polyfills/chokidar.ts:68