חתימת המאפיין DocumentObject.isNew
הפונקציה מחזירה את הערך true אם הפריט שנבחר הועלה זה עתה.
חתימה
[Document.IS_NEW]?: boolean;
פרטים
סוג |
boolean |
אופציונלי |
כן |
קריאה בלבד |
לא |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-23 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-23 (שעון UTC)."],[[["Returns true if the currently selected item in a Document has been newly uploaded."],["The property `Document.IS_NEW` indicates this status and can be optionally accessed."],["This property's value is of boolean type, meaning it will either be true or false."],["The `IS_NEW` property is not readonly and therefore can be modified."]]],["The property `IS_NEW` within the `Document` object indicates whether a selected item was newly uploaded. It's a boolean value, where `true` signifies a recent upload. This property is optional and not read-only, meaning its value can be potentially modified. The information provided focuses on determining the upload status of a selected item, specifically if it is a recent upload.\n"]]