どの Lightning Web コンポーネントのカスタムイベントプロパティ設定によって、イベントが包含階層をバブルアップし、Shadow DOM 境界を越えることができるようになりますか?
正解:C
Why These Settings? bubbles: true: Enables the event to propagate up the containment hierarchy. composed: true: Allows the event to cross the Shadow DOM boundary. Why Not Other Options? Other combinations (e.g.,bubbles: false) prevent the event from propagating or crossing the Shadow DOM boundary. References:Custom Events in LWC:https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.events_create_dispatch