Chat Viewer
Demo
CodeSandbox
GitHub
Preparing search index...
ChatCallback
Type Alias ChatCallback<M>
ChatCallback
:
(
handle
:
ChatViewerHandle
<
M
>
)
=>
void
General callback that receives a
ChatViewerHandle
instance.
Type Parameters
M
extends
IdentifiableMessage
=
IdentifiableMessage
Type declaration
(
handle
:
ChatViewerHandle
<
M
>
)
:
void
Parameters
handle
:
ChatViewerHandle
<
M
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Playground
Demo
CodeSandbox
GitHub
Chat Viewer
Loading...
General callback that receives a ChatViewerHandle instance.