wx-ezhan
Preparing search index...
types/topic
CommentItemData
Interface CommentItemData
interface
CommentItemData
{
comment
:
string
;
commentNum
:
number
;
createdTime
:
string
;
hasLike
:
boolean
;
id
:
string
;
isAuthor
:
boolean
;
likeNum
:
number
;
parent
?:
{
avatar
:
string
;
nickName
:
string
;
userId
:
string
}
;
parentCmtId
:
string
;
rootCmtId
:
string
;
topicId
:
string
;
user
:
{
avatar
:
string
;
nickName
:
string
;
userId
:
string
}
;
}
Index
Properties
comment
comment
Num
created
Time
has
Like
id
is
Author
like
Num
parent?
parent
Cmt
Id
root
Cmt
Id
topic
Id
user
Properties
comment
comment
:
string
comment
Num
commentNum
:
number
created
Time
createdTime
:
string
has
Like
hasLike
:
boolean
id
id
:
string
is
Author
isAuthor
:
boolean
like
Num
likeNum
:
number
Optional
parent
parent
?:
{
avatar
:
string
;
nickName
:
string
;
userId
:
string
}
parent
Cmt
Id
parentCmtId
:
string
root
Cmt
Id
rootCmtId
:
string
topic
Id
topicId
:
string
user
user
:
{
avatar
:
string
;
nickName
:
string
;
userId
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
comment
Num
created
Time
has
Like
id
is
Author
like
Num
parent
parent
Cmt
Id
root
Cmt
Id
topic
Id
user
wx-ezhan
Loading...