Api Decorator in Lightning Web Component

LWC

@api

To expose a public method, decorate it with @api. Public methods are part of a component’s API. To communicate down the containment hierarchy, owner and parent components can call JavaScript methods on child components.

Leave a Reply