Components#
auth-register#
Name | Type |
---|
onSuccess | ChatUser |
onError | any |
auth-reset#
Name | Type |
---|
onSuccess | ChatUser |
onError | any |
auth-sign#
Name | Type |
---|
onSuccess | ChatUser |
onError | any |
chat-contacts#
Name | Type |
---|
from | ChatUser |
keyword | string |
Name | Type |
---|
onContactClick | ChatMessage |
chat-groups#
Name | Type |
---|
groups | ChatGroup[] |
keyword | string |
loading | boolean |
chat-messages#
Name | Type |
---|
entityType | ChatType |
from | ChatUser |
to | ChatUser |
maxMessagesPerRequest | number |
Name | Type |
---|
scrollDown | void |
scrollUp | void |
onAvatarClick | ChatUser |
onMessageDelete | ChatMessage |
onImageZoom | string |
message-bar#
Name | Type |
---|
from | ChatUser |
to | ChatUser/ChatGroup |
placeholder | string |
entityType | ChatType |
folder | string |
Name | Type |
---|
onMessage | ChatMessage |
onKeyboardOpen | void |
onKeyboardClose | void |
message-compose#
Name | Type |
---|
onMessage | ChatMessage |
onError | any |