Category Lightning Components

Discussion about only related to Lightning Components.

Events Communication in Lightning

Lightning Events are used to communicate to direct Lightning Components or indirect Lightning Components in Lightning Framework. Component Event: This type of event can be fired from a Component and on other side, the component in the same hierarchy will…

Loading

How to use Component Id?

Component Id: This defines an identifier of the elements of a particular component. There are two types of Component Ids such as Local Id & Global Id. Local Id-> To retrieve a component in Javascript. It is defined in “aura:id”…

Loading