SALESFORCE CONSOLE APIS (NAVIGATION ITEM API, WORKSPACE API, UTILITY BAR API) IN LIGHTNING WEB COMPONENT USING AURA AND LIGHTNING MESSAGE CHANNEL

By Sanket
REFRESH STANDARD COMPONENTS FROM LIGHTNING WEB COMPONENT
ADD QUICK ACTION IN HIGHLIGHT PANEL ON CASE OBJECT IN LIGHTNING EVEN IF FEED TRACKING IS ENABLED
RESET LIGHTNING INPUT FIELD ON BUTTON CLICK IN LIGHTNING WEB COMPONENT
A very common use-case in Lightning Web Component is iterating a list over an array in HTML file using for:each or iterator directive. Many times as a developer, we have to do something on the items based on user interaction. You would definitely require to get selected record id from custom iteration.
Salesforce introduce Launch Pad standard Lightning Component you can add to any Lightning page. They create a shortcut to important places for your users. You can add any items that have tabs associated with them—standard and custom objects, Lightning web components, Lightning pages, Visualforce pages, and external websites.