wx-ezhan
Preparing search index...
types/topic
topicType
Interface topicType
interface
topicType
{
avatar
?:
string
;
collectionNum
?:
number
;
commentNum
?:
number
;
comments
?:
[
{
authorReply
?:
[
{
content
?:
string
;
createdTime
?:
string
;
id
?:
string
}
,
]
;
avatar
?:
string
;
comment
?:
string
;
commentNum
?:
0
;
createdTime
?:
string
;
id
?:
string
;
likeNum
?:
0
;
nickName
?:
string
;
userId
?:
string
;
}
,
]
;
content
?:
string
;
createdTime
?:
string
;
ext
?:
object
;
id
?:
string
;
imgs
?:
string
[]
;
likeNum
?:
number
;
nickName
?:
string
;
themeId
:
string
;
title
:
string
;
userId
?:
string
;
visitedNum
?:
number
;
}
Index
Properties
avatar?
collection
Num?
comment
Num?
comments?
content?
created
Time?
ext?
id?
imgs?
like
Num?
nick
Name?
theme
Id
title
user
Id?
visited
Num?
Properties
Optional
avatar
avatar
?:
string
Optional
collection
Num
collectionNum
?:
number
Optional
comment
Num
commentNum
?:
number
Optional
comments
comments
?:
[
{
authorReply
?:
[
{
content
?:
string
;
createdTime
?:
string
;
id
?:
string
}
]
;
avatar
?:
string
;
comment
?:
string
;
commentNum
?:
0
;
createdTime
?:
string
;
id
?:
string
;
likeNum
?:
0
;
nickName
?:
string
;
userId
?:
string
;
}
,
]
Optional
content
content
?:
string
Optional
created
Time
createdTime
?:
string
Optional
ext
ext
?:
object
Optional
id
id
?:
string
Optional
imgs
imgs
?:
string
[]
Optional
like
Num
likeNum
?:
number
Optional
nick
Name
nickName
?:
string
theme
Id
themeId
:
string
title
title
:
string
Optional
user
Id
userId
?:
string
Optional
visited
Num
visitedNum
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
collection
Num
comment
Num
comments
content
created
Time
ext
id
imgs
like
Num
nick
Name
theme
Id
title
user
Id
visited
Num
wx-ezhan
Loading...