سمة التوقيع DocumentObject.isNew
تعرِض قيمة صحيحة إذا تم تحميل العنصر المحدّد للتو.
التوقيع
[Document.IS_NEW]?: boolean;
التفاصيل
النوع |
boolean |
اختياري |
نعم |
للقراءة فقط |
لا |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-23 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-23 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]