wx-ezhan
Preparing search index...
types/message
IMessage
Interface IMessage
单条消息的类型
interface
IMessage
{
avatar
?:
string
;
content
:
string
;
isLeft
?:
boolean
;
type
?:
"text"
|
"system"
;
}
Index
Properties
avatar?
content
is
Left?
type?
Properties
Optional
avatar
avatar
?:
string
content
content
:
string
Optional
is
Left
isLeft
?:
boolean
Optional
type
type
?:
"text"
|
"system"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
content
is
Left
type
wx-ezhan
Loading...
单条消息的类型