function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
teena jacobteena jacob 

How to connect between standard and custom components in lightning app builder

Hi,
      I have 2 components in Lightning app builder, how to make a connection with the 2 components.
Thanks.
Best Answer chosen by teena jacob
RajeevJainRajeevJain
You can't connect them directly, but you can utilize event driven apporach.
Just use your standard component in one of the Custom Component. Now depends, what information you need from Standard component to Custom Component or vise-versa.
Just broadcast the events and listen on other end. Thanks