Which Lightning Web Component custom event property settings enable the event to bubble up the containment hierarchy and cross the Shadow DOM boundary?
B. bubbles: true, composed: true
Setting bubbles: true allows the event to propagate or bubble up through the DOM, and setting composed: true allows the event to cross the Shadow DOM boundary.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
9352c71
1 month, 2 weeks agoThanh201
4 months ago