プロパティ署名 DocumentObject.description
選択したアイテムのユーザー提供の説明。
署名
[Document.DESCRIPTION]?: string;
詳細
タイプ |
string |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-23 UTC。
[null,null,["最終更新日 2024-11-23 UTC。"],[[["`Document.DESCRIPTION` is an optional field within a Document object that allows users to provide a descriptive summary of the item."],["This field is a string data type, allowing for flexible textual descriptions."],["The `Document.DESCRIPTION` property is not read-only, meaning its content can be modified after the initial object creation."]]],["The `Document.DESCRIPTION` property is a user-provided string that describes a selected item. It is an optional field, meaning it may not always be present. The property's type is `string`, and users can modify its value. It is not a read-only field. In essence, it allows for flexible, text-based descriptions of data.\n"]]