mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Documentation update 3.6.0 (#5257)
* documentation update 3.6.0 * documentation update 3.6.0 * update missing doc
This commit is contained in:
@@ -27,21 +27,27 @@ import { AnalyticsGeneratorComponent } from './analytics-generator.component';
|
||||
})
|
||||
export class AnalyticsComponent implements OnChanges {
|
||||
|
||||
/** appId ID of the target app. */
|
||||
@Input()
|
||||
appId: number;
|
||||
|
||||
/** reportId. */
|
||||
@Input()
|
||||
reportId: number;
|
||||
|
||||
/** hideParameters. */
|
||||
@Input()
|
||||
hideParameters: boolean = false;
|
||||
|
||||
/** emitted when editReport. */
|
||||
@Output()
|
||||
editReport = new EventEmitter();
|
||||
|
||||
/** emitted when reportSaved. */
|
||||
@Output()
|
||||
reportSaved = new EventEmitter();
|
||||
|
||||
/** emitted when reportDeleted. */
|
||||
@Output()
|
||||
reportDeleted = new EventEmitter();
|
||||
|
||||
|
Reference in New Issue
Block a user