Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRCKitMessageBubbleCfg

Hierarchy

  • IRCKitMessageBubbleCfg

Index

Properties

radius?: number

圆角半径

消息对齐方式:左对齐 or 左右分布

backgroundColorForMyself?: string | number

己方气泡背景色,支持数字 (0xD2E1FE) 或 16 进制字符串 ("#D2E1FE")

backgroundColorForOthers?: string | number

他人气泡背景色,支持数字 (0xF3F5FA) 或 16 进制字符串 ("#F3F5FA")

textColorForMyself?: string | number

己方文本颜色,支持数字 (0x020814) 或 16 进制字符串 ("#020814")

textColorForOthers?: string | number

他人文本颜色,支持数字 (0x020814) 或 16 进制字符串 ("#020814")

showMyProfileInPrivateConversation?: boolean

单聊中展示己方头像,默认不展示

showMyNameInPrivateConversation?: boolean

单聊中展示己方名称,默认不展示

showMyProfileInGroupConversation?: boolean

群聊中展示己方头像,默认不展示

showMyNameInGroupConversation?: boolean

群聊中展示己方名称,默认不展示

showOthersProfileInPrivateConversation?: boolean

单聊中展示对方头像,默认不展示

showOthersNameInPrivateConversation?: boolean

单聊中展示对方名称,默认不展示

showOthersProfileInGroupConversation?: boolean

群聊中展示对方头像,默认展示

showOthersNameInGroupConversation?: boolean

群聊中展示对方名称,默认不展示