קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > utils > object > deepMerge
הפונקציה utils.object.deepMerge()
השלמת מיזוג עמוק של כל החברים באובייקט המקור עם אובייקט היעד.
Signature:
export declare function deepMerge(target: any, source: any): any;
פרמטרים
פרמטר |
סוג |
תיאור |
יעד |
כל |
יעד. |
source |
כל |
מקור. |
החזרות:
כל
האובייקט שמתקבל.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["`deepMerge` combines two objects, merging the properties of the source object into the target object."],["Nested objects within the source and target are also merged recursively, ensuring a complete and thorough combination."],["The function returns the modified target object containing all properties from both the original target and source objects."],["`deepMerge` is useful for situations like configuration settings or data aggregation where deep merging of object properties is essential."]]],[]]