Skip to content

Interface: WatcherOptions

Properties

buildDelay?

  • Type: optional buildDelay: number

clearScreen?

  • Type: optional clearScreen: boolean

exclude?

  • Type: optional exclude: StringOrRegExp | StringOrRegExp[]

include?

  • Type: optional include: StringOrRegExp | StringOrRegExp[]

notify?

  • Type: optional notify: object

compareContents?

  • Type: optional compareContents: boolean

pollInterval?

  • Type: optional pollInterval: number

onInvalidate()?

  • Type: optional onInvalidate: (id) => void

Parameters

id

string

Returns

void


skipWrite?

  • Type: optional skipWrite: boolean

Released under the MIT License.