Property signature DocumentObject.url
A URL to this item.
Signature
[Document.URL]?: 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.URL` provides a string containing the URL of the current document."],["This property is optional, meaning it may not always be available."],["`Document.URL` is a readable and writable property allowing modifications."]]],["The content defines a property named `Document.URL`, which is a string type. This property is optional, meaning it may or may not be present. It is also not read-only, so its value can be modified. It likely represents a URL associated with a document. The presence of the question mark indicates the optional nature of the URL property.\n"]]