ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 362 - Certified Platform Developer II discussion

Report
Export

A developer is creating a Lightning web component that contains a child component. The property stage is being passed from the parent to the child. The public property is changing, but the setOppList function is not being invoked.

What should the developer change to allow this?

A.
Move the logic from connectedCalIback() to constructor().
Answers
A.
Move the logic from connectedCalIback() to constructor().
B.
Create a custom event from the parent component to set the property.
Answers
B.
Create a custom event from the parent component to set the property.
C.
Move the logic from connectedCallback() nto renderedCallback().
Answers
C.
Move the logic from connectedCallback() nto renderedCallback().
D.
Move the logic to a getter/setter pair.
Answers
D.
Move the logic to a getter/setter pair.
Suggested answer: D
asked 23/09/2024
Romain Casagrande
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first