Подпись свойства ResponseObject.docs, Подпись свойства ResponseObject.docs
Массив DocumentObject
, выбранный пользователем.
Подпись
[Response.DOCUMENTS]?: DocumentObject[];
Подробности
,
Массив DocumentObject
, выбранный пользователем.
Подпись
[Response.DOCUMENTS]?: DocumentObject[];
Подробности
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-18 UTC.
[null,null,["Последнее обновление: 2024-11-18 UTC."],[[["`Response.DOCUMENTS` is an optional array of `DocumentObject`s."],["It represents the documents selected by the user."],["This property can be modified after it is initialized."]]],["The `Response.DOCUMENTS` property holds an array of `DocumentObject`s. This array is the result of a user's selection. The type of this property is `DocumentObject[]`, meaning it's an array specifically containing `DocumentObject` instances. It is optional, so it may not always be present in the `Response`. The array is not read-only, indicating its contents can be modified.\n"]]