Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Changes/index"

Index

Variables

DEFAULT_TICK_INTERVAL

DEFAULT_TICK_INTERVAL: 60000 = 60000

MINIMAL_TICK_INTERVAL

MINIMAL_TICK_INTERVAL: 5000 = 5000

changeWatcher

changeWatcher: ChangeWatcher | null

externalCallback

externalCallback: function

Type declaration

Functions

handleChanges

initializeChangesWatching

  • initializeChangesWatching(tickInterval?: undefined | number): Promise<void>
  • Parameters

    • Optional tickInterval: undefined | number

    Returns Promise<void>

reset

  • reset(): void

setChangesCallback

  • setChangesCallback(callback: function): void

stopChangesWatching

  • stopChangesWatching(): void

Generated using TypeDoc