プロパティ署名 DocumentObject.driveSuccess
Google ドライブでドキュメントを事前に開くリクエストが成功したかどうか。
署名
driveSuccess?: boolean;
詳細
タイプ |
boolean |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-07 UTC。
[null,null,["最終更新日 2024-11-07 UTC。"],[[["`driveSuccess?` indicates whether a request to pre-open a document in Google Drive was successful."],["This property is optional and can be read and updated as needed."],["This property is of type boolean, which is a true/false value."]]],["The provided information defines a property named `driveSuccess`, a boolean value indicating the success of a Google Drive document pre-open request. This property is optional and can be modified. Its purpose is to signal whether the action of attempting to pre-open a document in Google Drive was successful or not, by setting the boolean to true or false, accordingly.\n"]]