wx-ezhan
Preparing search index...
components/Message/MessageCardComment
IMessageCardCommentProps
Interface IMessageCardCommentProps
interface
IMessageCardCommentProps
{
avatar
:
string
;
comment
:
string
;
commentType
:
string
;
image
?:
string
;
key
?:
string
;
nickName
:
string
;
onClick
?:
()
=>
void
;
time
:
string
;
topicId
:
string
;
}
Index
Properties
avatar
comment
comment
Type
image?
key?
nick
Name
on
Click?
time
topic
Id
Properties
avatar
avatar
:
string
用户头像
comment
comment
:
string
评论内容
comment
Type
commentType
:
string
评论type
Optional
image
image
?:
string
图片链接
Optional
key
key
?:
string
react 要求的组件key
nick
Name
nickName
:
string
用户名
Optional
on
Click
onClick
?:
()
=>
void
点击卡片的事件
time
time
:
string
时间
topic
Id
topicId
:
string
帖子id
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
comment
comment
Type
image
key
nick
Name
on
Click
time
topic
Id
wx-ezhan
Loading...
用户头像