Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
блочно > События > CommentCreateJson
Подпись:
export interface CommentCreateJson extends CommentBaseJson
Расширяет: CommentBaseJson
Характеристики
Свойство | Модификаторы | Тип | Описание |
---|
JSON | | объект | |
xml | | нить | |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[],["The `CommentCreateJson` interface, extending `CommentBaseJson`, defines the structure for creating comment events. It includes two key properties: `json`, which is of type object, and `xml`, which is of type string. These properties likely represent the JSON and XML representations of the comment data associated with the creation event. The interface outlines how data related to the creation of a comment will be formatted and handled.\n"]]