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
Shubham Patil 74Shubham Patil 74 

I want to pass the Record Ids from VisualForce page to lightening web Component

SwethaSwetha (Salesforce Developers) 
HI Shubham,
Does the code snippet from below post help
https://www.thephani.com/passing-parameters-from-vf-to-lwc/

Related: 
https://salesforce.stackexchange.com/questions/295740/passing-record-id-to-lwc-then-to-apex
https://salesforce.stackexchange.com/questions/273534/lwc-out-to-visualforce-how-to-set-recordid-beyond-the-basics

If this information helps, please mark the answer as best. Thank you
Shubham Patil 74Shubham Patil 74
Hi Swetha, Thanks for your response. I have solved that issue