Подпись свойства DocumentObject.url
URL-адрес этого элемента.
Подпись
[Document.URL]?: string;
Подробности
Тип | string |
---|
Необязательный | Да |
---|
Только чтение | Нет |
---|
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-21 UTC.
[null,null,["Последнее обновление: 2024-11-21 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"]]