From 04d254632a220238d50de60b61d59383919c850c Mon Sep 17 00:00:00 2001 From: Serhii Kulykov Date: Mon, 20 Jul 2020 15:41:52 +0300 Subject: [PATCH] docs: add JSDoc for attributes [skip ci] (#179) (#180) --- src/vaadin-checkbox-group.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vaadin-checkbox-group.html b/src/vaadin-checkbox-group.html index 94021db..d9e27e4 100644 --- a/src/vaadin-checkbox-group.html +++ b/src/vaadin-checkbox-group.html @@ -150,6 +150,7 @@ /** * Error to show when the input value is invalid. + * @attr {string} error-message */ errorMessage: { type: String, @@ -159,6 +160,7 @@ /** * String used for the helper text. + * @attr {string} helper-text * @type {string | null} */ helperText: {