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
Dan_GruDan_Gru 

Overloading apex components. Is it possible?

For example, can I overload component from

<c:comp prop1(string)="mom" prop2(string)="dad"/>

to

<c:comp prop1(list<String>)={!ListHere} prop2(int)="5"/>

 

Like function overloading.