[ADF-1769] Added JSDocs and updated prop table script (#2838)

* [ADF-1769] Added JSDocs and updated prop table script

* [ADF-1769] Fixed lint error in JSDoc
This commit is contained in:
Andy Stark
2018-01-17 17:11:22 +00:00
committed by Eugenio Romano
parent 3461749dc6
commit c9a3b048b4
25 changed files with 194 additions and 100 deletions

View File

@@ -54,12 +54,12 @@ In the component template use the comment list component:
### Properties
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| comments | CommentProcessModel\[] | | The comments data used to populate the list |
| Name | Type | Description |
| ---- | ---- | ----------- |
| comments | `any[]` | The comments data used to populate the list. |
### Events
| Name | Description |
| ---- | ----------- |
| clickRow | Emitted when the user clicks on one of the comment rows |
| Name | Type | Description |
| ---- | ---- | ----------- |
| clickRow | `EventEmitter<any>` | Emitted when the user clicks on one of the comment rows. |