Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WaitForOptions

Hierarchy

  • WaitForOptions

Index

Properties

Properties

Optional frequency

frequency: undefined | number

How often to check and see if the resolver passes, in milliseconds.

Optional silent

silent: undefined | false | true

If true then if the resolver doesn't resolve true in time it just stops trying rather than throwing an error.

timeout

timeout: number

How long to wait before we just give up and stop checking.

Generated using TypeDoc