Skip to main content

Interface: HMROptions

Extends

  • ChokidarOptions

Properties

alwaysStat?

optional alwaysStat: boolean

Inherited from

ChokidarOptions.alwaysStat

Defined in

node_modules/chokidar/esm/index.d.ts:17


atomic?

optional atomic: number | boolean

Inherited from

ChokidarOptions.atomic

Defined in

node_modules/chokidar/esm/index.d.ts:20


awaitWriteFinish?

optional awaitWriteFinish: boolean | Partial<AWF>

Inherited from

ChokidarOptions.awaitWriteFinish

Defined in

node_modules/chokidar/esm/index.d.ts:29


binaryInterval?

optional binaryInterval: number

Inherited from

ChokidarOptions.binaryInterval

Defined in

node_modules/chokidar/esm/index.d.ts:16


cwd?

optional cwd: string

Inherited from

ChokidarOptions.cwd

Defined in

node_modules/chokidar/esm/index.d.ts:13


depth?

optional depth: number

Inherited from

ChokidarOptions.depth

Defined in

node_modules/chokidar/esm/index.d.ts:18


enabled?

optional enabled: boolean

Defined in

projects/plugins/packages/hmr/src/lib/hmr.ts:6


optional followSymlinks: boolean

Inherited from

ChokidarOptions.followSymlinks

Defined in

node_modules/chokidar/esm/index.d.ts:12


ignored?

optional ignored: Matcher | Matcher[]

Inherited from

ChokidarOptions.ignored

Defined in

node_modules/chokidar/esm/index.d.ts:28


ignoreInitial?

optional ignoreInitial: boolean

Inherited from

ChokidarOptions.ignoreInitial

Defined in

node_modules/chokidar/esm/index.d.ts:11


ignorePermissionErrors?

optional ignorePermissionErrors: boolean

Inherited from

ChokidarOptions.ignorePermissionErrors

Defined in

node_modules/chokidar/esm/index.d.ts:19


interval?

optional interval: number

Inherited from

ChokidarOptions.interval

Defined in

node_modules/chokidar/esm/index.d.ts:15


persistent?

optional persistent: boolean

Inherited from

ChokidarOptions.persistent

Defined in

node_modules/chokidar/esm/index.d.ts:10


silent?

optional silent: boolean

Defined in

projects/plugins/packages/hmr/src/lib/hmr.ts:7


usePolling?

optional usePolling: boolean

Inherited from

ChokidarOptions.usePolling

Defined in

node_modules/chokidar/esm/index.d.ts:14