Salesforce Certified Platform Developer II — Question 1
Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?
Answer options
- A. force:lightningQuickAction
- B. lightning:quickAction
- C. lightning:editAction
- D. force:lightningEditAction
Correct answer: A
Explanation
The correct answer is A, force:lightningQuickAction, as this interface is specifically designed for Lightning Components to be invoked as quick actions. The other options, while related to quick actions or editing, do not provide the necessary functionality to display the component in a modal dialog from a Lightning Record page.