跳到主要内容

事件_批注

批注对象。

属性

名称类型说明
Data事件_批注数据包含批注数据的对象。
Idstring批注 ID。

类型

Object(对象)

示例

let comment = {
"Id": "1_631",
"Data": {
"UserName": "John Smith",
"Text": "comment",
"Time": "1662737941471",
"Solved": true,
"Replies": [
{
"UserName": "Mark Potato",
"Text": "reply 1",
"Time": "1662740895892",
"Solved": false
}
]
}
}