Module: chat-toolbar

Represents the toolbar component for the chat feature.

Source:

Example

<chat-toolbar :data="data" :bg-color="bgColor" />

Methods

(function) data()

Method data
Source:

(async, method) deleteAllMessages() → {Promise.<void>}

Deletes all messages in the chat.

Source:
Returns:

A promise that resolves when all messages are deleted.

Type
Promise.<void>

(function) mounted()

Method mounted
Source: