Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WatcherFn<T>

a function to be called in helpers like auto and bind

Type parameters

  • T

    type of values

Hierarchy

  • WatcherFn

Callable

  • __call(newValue: T, oldValue: T): void
  • a function to be called in helpers like auto and bind

    Parameters

    • newValue: T

      new value of hyper-value

    • oldValue: T

      previous value of hyper-value

    Returns void

Generated using TypeDoc