• Preparing search index...
  • The search index is not available
@umbraco-cms/backoffice
  • @umbraco-cms/backoffice
  • packages/core/utils
  • umbDeepMerge

Function umbDeepMerge

  • umbDeepMerge<
        T extends { [key: string]: any },
        PartialType extends
        
                | Function & { [key: string]: any }
                | UmbDeepPartialObjectProperty<{ [key: string]: any }> = UmbDeepPartialObject<
            T,
        >,
    >(
        source: PartialType,
        fallback: T,
    ): T

    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
    • fallback: T

    Returns T

    • Defined in src/packages/core/utils/object/deep-merge.function.ts:10

Settings

Member Visibility
@umbraco-cms/backoffice
  • Loading...

Generated using TypeDoc