Lightning Aura Component
Attributes in Aura:
Attributes are defined in the component’s markup file (.cmp) using the <aura:attribute> tag. They are used to store data or state for the component and can be accessed and modified in both the markup and JavaScript files.
Syntax...
harshdev.hashnode.dev6 min read