PDII Web TestEngine demo

Exit VCEDump PDII Salesforce Certified Platform Developer II (Plat-Dev-301)
Question 41 of 67
0% complete
Q41 Single choice

Consider the following code snippet:

HTML

<c-selected-order>
<template for:each={orders.data} for:item="order">
<c-order orderId={order.Id}></c-order>
</template>
</c-selected-order>

How should <c-order> component communicate to the <c-order-order> component that an order has been selected by the user?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in