mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1769] Added JSDocs and prop tables (#2898)
This commit is contained in:
committed by
Eugenio Romano
parent
0d93c65fd7
commit
dd7afc65db
@@ -27,6 +27,7 @@ import { RatingService } from './services/rating.service';
|
||||
})
|
||||
export class RatingComponent implements OnChanges {
|
||||
|
||||
/** Identifier of the node to apply the rating to. */
|
||||
@Input()
|
||||
nodeId: string;
|
||||
|
||||
@@ -34,6 +35,7 @@ export class RatingComponent implements OnChanges {
|
||||
|
||||
ratingType: string = 'fiveStar';
|
||||
|
||||
/** Emitted when the "vote" gets changed. */
|
||||
@Output()
|
||||
changeVote = new EventEmitter();
|
||||
|
||||
|
Reference in New Issue
Block a user