属性签名 DocumentObject.description
用户为所选项贡献的说明。
签名
[Document.DESCRIPTION]?: string;
详细信息
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-23。
[null,null,["最后更新时间 (UTC):2024-11-23。"],[[["`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"]]