Replies: 2 comments 1 reply
-
A welcome addition, but there isn't a jsdoc annotation to describe slot APIs, so we need to come up with our own and then implement it in our api analyzer scripts. We can brainstorm suggestions here though! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for opening to the suggestion. Sorry I do not know how your analyzer script works or where it is. I think we can use something similar to
Maybe we can add something like this:
Does this make sense? Is the analyzer script publicly available? I can try to take a look at it and see if I can help. |
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
-
Description
Many elements like List or Text field has many slot names, sometimes with different names between components like
icon
vstrailing-icon
. It would be nice to gather them all in one place like theProperties
andMethods
section ofAPI
.Is it difficult to add? I assume you would need to add a JSDoc annotatation.
Beta Was this translation helpful? Give feedback.
All reactions