In this topic we will cover different way of Navigation used in LWC Use the navigation service, lightning/navigation, to navigate to many different page types, like records, list views, and objects. In the component’s JavaScript class, import the NavigationMixin function from the lightning/navigation module. import { NavigationMixin } from "lightning/navigation"; …