Skip to content

Commit

Permalink
docs: add JSDoc for attributes [skip ci] (#179) (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jul 20, 2020
1 parent 49f9e42 commit 04d2546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vaadin-checkbox-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@

/**
* Error to show when the input value is invalid.
* @attr {string} error-message
*/
errorMessage: {
type: String,
Expand All @@ -159,6 +160,7 @@

/**
* String used for the helper text.
* @attr {string} helper-text
* @type {string | null}
*/
helperText: {
Expand Down

0 comments on commit 04d2546

Please sign in to comment.