Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "hs/unwatch/index"

Index

Functions

Functions

unwatch

  • unwatch(hs: HyperScope, hv: HyperValue<any> | number, watcherId: number, tolerate?: undefined | true | false): void
  • Removes specified watcher from specified hyper-value

    Parameters

    • hs: HyperScope

      HyperScope instance

    • hv: HyperValue<any> | number

      hyper-value that is observed

    • watcherId: number

      id of watcher to be deleted; it can be obtained from watch helper

    • Optional tolerate: undefined | true | false

    Returns void

Generated using TypeDoc