View all questions & answers for the PDI exam
Which two are phases in the Aura application event propagation framework?
Choose 2 answers
Control
default
Buddle
Emit
Event Propagation Phases in Aura Framework:
Default Phase: The framework executes handlers withevent.setDefault().
Bubble Phase: The event propagates upward from the target component to the root component.
Why Not Other Options?
A. Control: Not a valid Aura event propagation phase.
D. Emit: This is part of event creation, not propagation.
Submit