Salesforce
CRT-450 · Question #193
Which Lightning Web Component custom event property settings enable the event to bubble up the containment hierarchy and cross the Shadow DOM boundary?
The correct answer is B. bubbles: true, composed: true. See the full explanation below for the reasoning.
Question
Which Lightning Web Component custom event property settings enable the event to bubble up the containment hierarchy and cross the Shadow DOM boundary?
Options
- Abubbles: tnje, composed: false
- Bbubbles: true, composed: true
- Cbubbles: false, composed: false
- Dbubbles: false, composed: true
How the community answered
(25 responses)- A12% (3)
- B80% (20)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.