iabuhilal / LWCQuickActions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salesforce DX Project: Quick Actions & Display Toast Notifications

Create Quick Actions with Lightning Web Components

To save your users time and clicks, create a quick action that invokes a Lightning web component. On a record page, create a screen action that shows the component in a window, or create a headless action that executes with a click.

Display Toast Notifications

A component can send a toast notification that pops up to alert users of a success, error, or warning. A toast can also simply provide information.

To display a toast notification in Lightning Experience or Experience Builder sites, import ShowToastEvent from the lightning/platformShowToastEvent module.

About


Languages

Language:JavaScript 93.0%Language:Shell 4.8%Language:HTML 2.2%