I have data in a custom component uploaded to Plasmic Studio using the element . I want to create a custom function which I can upload on Plasmic Studio. Can this custom function have access to the data held in my Plasmic Studio in the custom component?
You can wrap the custom component containing data with a DataProvider and also add a children slot to it. In Plasmic Studio, you should be able to access that data if it is inside the custom component’s children slot.
1 Like