InterviewSolution
Saved Bookmarks
| 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.
|
|