プロパティ署名 DocumentObject.isNew
選択したアイテムがアップロードされたばかりの場合は true を返します。
署名
[Document.IS_NEW]?: boolean;
詳細
タイプ |
boolean |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]]