- Preparing search index...
- The search index is not available
Web SDKs
- ChatPanel(target: Target, props: {
channelId: string;
client: Client;
config?: DeepPartial<ChatPanelConfiguration>;
theme?: DeepPartial<Theme>;
}): {
destroy: (() => void);
update: (<U>(newProps: U) => void);
}
-
Parameters
-
target: Target
-
props: {
channelId: string;
client: Client;
config?: DeepPartial<ChatPanelConfiguration>;
theme?: DeepPartial<Theme>;
}
-
channelId: string
-
client: Client
-
-
Optional
theme?: DeepPartial<Theme>
Returns {
destroy: (() => void);
update: (<U>(newProps: U) => void);
}
-
destroy: (() => void)
-
update: (<U>(newProps: U) => void)
-
- <U>(newProps: U): void
-
Returns void
The same
channelId
used while creating the Client.