vaadin/vaadin-core

Add attribute JSDoc annotations for better vscode-lit-plugin support

web-padawan opened this issue · 0 comments

We recommend VSCode lit-plugin for creating TypeScript views, and we use it also in our TypeScript examples

It turns out that our components need @attr JSDoc annotation for camelCase properties to avoid warnings.
See vaadin/vaadin-grid#1774 and vaadin/vaadin-combo-box#896

Let's update the components to include JSDoc annotations where needed.