1.

What do you understand about lightning:navigation in the context of Salesforce Lightning?

Answer»

For navigating to a page reference or constructing a URL from the given page Reference, we use lightning: navigation. The page reference object MUST be defined in order to navigate. page Reference is a JAVASCRIPT object that refers to a page and provides a defined structure that specifies the page's type and values.
We can access the following features that are SUPPORTED:

  • Lightning Component
  • Named Page
  • Knowledge Article
  • Record Page
  • Object Page
  • Navigation Item Page
  • Web Page
  • Record Relationship Page.


Discussion

No Comment Found