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

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.
















Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow