Salesforce
PDII · Question #209
A developer wants to use an Aura component with a custom action. What should be considered in order to do this?
The correct answer is A. A default value must be provided for each component attribute marked as required. See the full explanation below for the reasoning.
Question
A developer wants to use an Aura component with a custom action. What should be considered in order to do this?
Options
- AA default value must be provided for each component attribute marked as required
- BThe class "slds-modal_ _container" must be added to the top-level element of the component
- CThe component must implement the flexipage:availableForRecordHome interface
- DThe component's JavaScript controller must handle a method on initialization
How the community answered
(32 responses)- A84% (27)
- B3% (1)
- C9% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.