ChatRequestBar (消息请求栏)
陌生人对话顶部的操作栏:接受、删除、拉黑、举报,进行中的操作显示加载态。
基础用法
选一个操作
Basic.vue
属性
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| actions | KunChatRequestAction[] | ["accept", "delete", "block", "report"] | The buttons, in order. |
| loading | KunChatRequestAction | null | null | The action in flight: its button spins and the others wait. |
| user | KunChatUser | null | null | Who sent the request. |
事件
| 事件 | 回调参数 | 说明 |
|---|---|---|
| accept | — | Move the conversation into the inbox. |
| block | — | |
| delete | — | Delete the conversation; the sender is not told. |
| report | — |