Posts

Showing posts with the label propagation

Salesforce Fact #802 | Child LWC to parent Aura using event propagation properties

Image
If we need to pass data from child LWC component to parent Aura which is two level away from the Aura component, we need to use bubbles: true and composed: true in the event payload. Attached are the code snippet screenshots.