Skip to content
CYNOSYS

CYNOSYS

  • Salesforce
  • Javascript
©2019 CYNOSYS

Tag: lwc

Categories Salesforce

How to create an Alert, Confirm, and Prompt in LWC?

Posted on May 12, 2023May 12, 2023by xenon

Create notifications, confirmations, and prompts in Lightning web components using LightningAlert, LightningConfirm, and LightningPrompt.

Continue reading "How to create an Alert, Confirm, and Prompt in LWC?"
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