62063: JSDocs and comments

This commit is contained in:
Kristof De Langhe
2019-04-30 17:24:58 +02:00
parent 41e55d8d44
commit 369a6dfaea
7 changed files with 48 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ export class ComcolPageBrowseByComponent implements OnInit {
*/
@Input() id: string;
/**
* List of currently active browse configurations
*/
types: BrowseByTypeConfig[];
constructor(@Inject(GLOBAL_CONFIG) public config: GlobalConfig) {