Documentation
    Preparing search index...

    Function getChangedProperties

    • Returns only the changed properties between the two given Record | objects.

      Parameters

      • originalObj: Record<string, any>
      • changedObj: Record<string, any>

      Returns Record<string, any>

      {} if no changed properties.