Tag Archives: @api decorator

How to invoke an LWC Component function from Aura Component

This blog explains how to call a LWC component function from an Aura component when an Aura event takes place. If we want to Invoke LWC function, we need to follow the steps mentioned below: The code below is an example where we have a lightning button, ‘Call LWC Function,’ which invokes the LWC component function… Read More »