Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HvDispatcher

Index

Properties

Private lastErrorDetails

lastErrorDetails: ErrorDetails | null = null

Private watcherSets

watcherSets: IdDict<HvData>

Methods

catch

  • catch(hvId: number, catcher: Catcher): void

fail

  • fail(hvId: number, error: Error, details?: ErrorDetails): void

handle

  • handle(hvId: number, newValue: any, oldValue: any): void

unwatch

  • unwatch(hvId: number, watcherId: number): void

watch

  • watch(hvId: number, fn: WatcherFn<any>): number

Generated using TypeDoc