Property signature DocumentObject.description
A user-contributed description of the selected item.
Signature
[Document.DESCRIPTION]?: string;
Details
Type |
string |
Optional |
Yes |
Readonly |
No |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 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"]]