How to list all the slots of a children component? #9672
Unanswered
Zebnastien
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
I don't think that's possible. Cute does not track a list of available slots that you could read from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In a parent component, I want to retrieve the list of all slots of a child component.
I tried to use the following solution:
But this only returns the list of slot in use.
How to retrieve the list of all possible slots for the child?
Beta Was this translation helpful? Give feedback.
All reactions