ui.url.set
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מגדיר את הערך של הפרגמנט בכתובת ה-URL של הדף. הפרגמנט מקודד מילון של מפתחות וערכים. אם מספקים מילון כארגומנט הראשון, צמדי המפתח/ערך במילון הזה יקודדו ויחליפו את המקטע הנוכחי של כתובת ה-URL. אם מספקים מחרוזת של מפתח, רק המפתח הזה (והערך שלו, הארגומנט השני) מתעדכנים, ושאר המקטע של כתובת ה-URL לא משתנה.
שימוש | החזרות |
---|
ui.url.set(keyOrDict, value) | |
ארגומנט | סוג | פרטים |
---|
keyOrDict | Dictionary<Object>|String | מפתח לעדכון ערך יחיד בפרגמנט כתובת ה-URL, או מילון של צמדי מפתח/ערך שיחליפו את פרגמנט כתובת ה-URL הקיים. הערכים במילון חייבים להיות מסוג מחרוזת, מספר או ערך בוליאני. |
value | Boolean|Number|String, אופציונלי | הערך החדש לשיוך למפתח יחיד. הארגומנט הזה נדרש אם הארגומנט הראשון הוא מחרוזת, אחרת המערכת מתעלמת ממנו. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eui.url.set\u003c/code\u003e lets you modify the URL fragment, which stores data as key-value pairs.\u003c/p\u003e\n"],["\u003cp\u003eYou can either replace the entire fragment with a new dictionary or update a single key's value.\u003c/p\u003e\n"],["\u003cp\u003eDictionary values in the URL fragment must be strings, numbers, or booleans.\u003c/p\u003e\n"]]],[],null,["# ui.url.set\n\n\u003cbr /\u003e\n\nSets the value of the page's URL fragment. The fragment encodes a dictionary of keys and values. If a dictionary is supplied as the first argument, the key/value pairs in that dictionary will be encoded and replace the current URL fragment. If a key string is provided, then only that key (and its value, the second argument) are updated, and the rest of the URL fragment is unchanged.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ui.url.set(keyOrDict, `*value*`)` | |\n\n| Argument | Type | Details |\n|-------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `keyOrDict` | Dictionary\\\u003cObject\\\u003e\\|String | Either a key to update a single value in the URL fragment, or a dictionary of key/value pairs which will replace the existing URL fragment. Dictionary values must be of type string, number, or boolean. |\n| `value` | Boolean\\|Number\\|String, optional | The new value to associate with a single key. This is required when the first argument is a string and is otherwise ignored. |"]]