Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Last active July 24, 2018 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitkumarRoy/d777e604ed621386ad0e8c4c3a3cef03 to your computer and use it in GitHub Desktop.
Save amitkumarRoy/d777e604ed621386ad0e8c4c3a3cef03 to your computer and use it in GitHub Desktop.
({
handleClick: function(cmp, event, helper) {
var navService = cmp.find("navService");
var pageReference = {
"type": "standard__component",
"attributes": {
"componentName": "c__WebinarOverride"
},
"state": {
'message':'This is the target page'
}
};
navService.navigate(pageReference);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment