vaadin / vaadin-core

Home Page:https://vaadin.com/docs/latest/ds/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

web-padawan opened this issue · 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.