Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Lightning Web Components for Embedded Service
Base Chat Header
lightningsnapin-base-chat-header enables customizations of the chat window header. Your custom chat header component must import BaseChatHeader from the lightningsnapin/baseChatHeader module, extend BaseChatHeader, and specify the lightningSnapin__ChatHeader target in the js-meta.xml configuration file.
For more detailed information, see Base Chat Header in the Components Reference Guide.
Base Chat Message
lightningsnapin-base-chat-messageenables customizations of the user interface for chat messages. Your custom chat message component must import the BaseChatMessage from the lightningsnapin/baseChatMessage module, extend BaseChatMesssage, and specify the lightningSnapin__ChatMessage target in the js-meta.xml configuration file.
For more detailed information, see Base Chat Message in the Lightning Web Components Reference Guide.
Base Pre-Chat
lightningsnapin-base-prechat enables customization of the user interface for the pre-chat form. Your pre-chat component imports BasePreChat from the lightningsnapin/basePrechat module, extendsBasePreChat, and specifies the lightningSnapin__PreChat target in the js-meta.xml configuration file.
For more detailed information, see Pre-Chat Message in the Lightning Web Components Reference Guide.
Minimized
lightningsnapin-minimized enables customization of the user interface for the chat minimized state. Your minimized component uses assignHandler and minimize functions from the lightningsnapin/minimized module and should specify the lightningSnapin__Minimized target in the je-meta.xml configuration file.
For more detailed information, see Minimized Chat Message in the Lightning Web Components Reference Guide.