@umbraco-cms/backoffice
    Preparing search index...

    Function umbDeepMerge

    • Deep merge two objects.

      Type Parameters

      • T extends { [key: string]: any }
      • PartialType extends
            | Function & { [key: string]: any }
            | UmbDeepPartialObjectProperty<{ [key: string]: any }> = UmbDeepPartialObject<T>

      Parameters

      • source: PartialType

        The partial object to merge into the fallback.

      • fallback: T

        The object providing the default values.

      Returns T

      The merged object.