Is there a way to create a completely new component set by using the combineAsVariants function? So without using the second parameter to define the parent?
Solved
combineAsVariants to create a new component set?
Best answer by step34
Hi,
I had the same issue the first time I ever started using this method.
For the easiest way to do this you can set the parameter to “figma.curentPage” and it will simply make the set in the page you are now:
figma.combineAsVariants(components, figma.currentPage);
Other options are any other page or frame.
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.