Chat Viewer
    Preparing search index...

    Type Alias OnMessagesCallback<M>

    OnMessagesCallback: (handle: ChatViewerHandle<M>, messages: M[]) => void

    Callback fired when messages updated. This library automatically tracks changes to the messages prop, so this callback will receive only new messages.

    Type Parameters

    Type declaration