Providers of Value in Salesforce Lightning
Value providers are a way to access data. Value providers encapsulate related values together, similar to how an object encapsulates properties and methods. The value providers for a component are v (view) and c (controller). v (View) Value Provider: This value provider enables you to access the value of a component’s attribute in the component’s markup. …