Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/object/watch/wrap

Index

References

Re-exports StructureWrapper
Re-exports StructureWrappers
Re-exports WrapMethod
Re-exports WrapMethodObject
Re-exports WrapOptions
Re-exports WrapParams
Re-exports WrapResult

Functions

  • Wraps mutation methods of the specified object that they be able to emit events about mutations

    Type parameters

    • T: object

    Parameters

    Returns T

  • Wraps mutation methods of the specified object that they be able to emit events about mutations

    Type parameters

    • T: object

    Parameters

    • obj: T
    • handlers: WatchHandlersSet

      set of callbacks that are invoked on every mutation hooks

    Returns T