Skip to content
CYNOSYS

CYNOSYS

  • Salesforce
  • Javascript
©2019 CYNOSYS

Tag: lightning web components

Categories Salesforce

Child to Grandparent Event Communication in LWC

Posted on March 5, 2021March 5, 2021by xenon
Events are actions or occurrences that happen in the system. In LWC, these Javascript events are used to communicate from child to parent or beyond. There are three main ways t…
Continue reading "Child to Grandparent Event Communication in LWC"
Categories Javascript

ES6 Javascript Tips for Lightning Web Component Developers

Posted on March 5, 2020May 2, 2020by xenon
Variables ES6 introduced let and const keywords for defining variables. let: Allows to declare a variable with block scope. Eg: This will throw an error saying 'x is not …
Continue reading "ES6 Javascript Tips for Lightning Web Component Developers"
Search