Lightning Web Component(LWC) Toast Messages : Salesforce
Вставка
- Опубліковано 6 лют 2025
- Lightning Web component(LWC) can send a toast notification that pops up to alert users of success, error or warning. A toast can also simply provide information. To display a toast notification in Lightning Experience or Lightning communities, import ShowToastEvent from the lightning/platformShowToastEvent module. We can dispatch this toast on some event like click of button.