There are three decorators in lightning web components. These decorators add functionality to property or function.
@api: To expose a public property, decorate this with @api. Public properties are reactive which means changes to the value of a reactive property will re-render the component and all the Read more…