Function: (<T>(this, path, newValue, oldValue) => void)

Type declaration

    • <T>(this, path, newValue, oldValue): void
    • State updates receiver function signature.

      Type Parameters

      • T

        A type of changed value.

      Parameters

      • this: void
      • path: Normalized

        Normalized path to changed state part.

      • newValue: T

        New value.

      • oldValue: T

        Previous value.

      Returns void

Generated using TypeDoc