List of questions
Related questions
Question 193 - Certified B2B Commerce Administrator discussion
Which two blocks of code are needed to implement a custom getter in a Lightning web component?
A.
set rows(value) { this.state.rows = value; }
B.
get rows() { return this.state.rows; \ }
C.
@api f set rows(value) { A this.state.rows = value; }
D.
@api get rows() { return this.state.rows; }
Your answer:
0 comments
Sorted by
Leave a comment first