-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add dashboard jsdocs #7891
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not directly related to this PR but consider also adding @attr
annotations to camel-case properties for VSCode Lit plugin code completion:
@attr {string} widget-title
@attr {string} section-title
@attr {boolean} dense-layout
Done. |
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
0a9cbc4
to
fd47d5a
Compare
Quality Gate passedIssues Measures |
Description
This PR adds JSDocs for
Part of vaadin/platform#6626
Type of change
Docs/Chore