@geogirafe/lib-geoportal
    Preparing search index...

    Function deepCloneCustomizer

    • Customizer function for cloneDeepWith to handle specific cloning rules.

      • Properties starting with _ are not deeply cloned; their references are copied instead.
      • Properties flagged with ignoreCloneSymbol are not cloned.

      Parameters

      • value: any

        The value being cloned.

      • Optionalprop: string | number

        The property name or index of the value being cloned.

      • Optionaltarget: object

        The target object containing the property being cloned.

      Returns any

      The value to use for the cloned property, or undefined to use the default cloning behavior.