Name | Type | Description |
---|---|---|
user | User Class | View details of this particular CometChat user |
group | Group Class | View details of this particular CometChat group |
Name | Type | Description |
---|---|---|
messageHeaderView | view | User-defined Vue component to customise the message header. |
messageListView | view | User-defined Vue component to customise the message list. |
messageComposerView | view | User-defined Vue component to customise the message composer. |
Name | Type | Description |
---|---|---|
disableTyping | boolean | When set to true, typing events are disabled and the typing indicators are not displayed. |
hideMessageHeader | boolean | When set to true, message header will not be displayed. |
hideMessageComposer | boolean | When set to true, message composer will not be displayed. |
hideDetails | boolean | When set to true, details will not be displayed. |
Name | Type | Description |
---|---|---|
disableSoundForMessages | boolean | When set to true, the component will not produce sound for all incoming / outgoing messages. |
customSoundForIncomingMessages | string | mp3 file asset of your choice to play for all incoming messages. |
customSoundForOutgoingMessages | string | mp3 file asset of your choice to play for all outgoing messages. |
Name | Type | Description |
---|---|---|
auxiliaryMenu | view | User-defined component to customise secondary or supplementary menu in the message header in addition the button to view the additional information. |
Name | Type | Description |
---|---|---|
messagesStyle | MessagesStyle | Styling properties and values of the Messages component |
Name | Type | Description |
---|---|---|
messageHeaderConfiguration | MessageHeaderConfiguration | Properties of the message header component that are available for customisation via the messages component. |
messageListConfiguration | MessageListConfiguration | Properties of the message list component that are available for customisation via the messages component. |
messageComposerConfiguration | MessageComposerConfiguration | Properties of the message composer component that are available for customisation via the messages component. |
threadedMessagesConfiguration | ThreadedMessagesConfiguration | Properties of the threaded messages component that are available for customisation via the messages component. |
detailsConfiguration | DetailsConfiguration | Properties of the details component that are available for customisation via the messages component. |
Name | Type | Description |
---|---|---|
messagesStyle | MessagesStyle | Styling properties of this component |