mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-3745] Added docs for proc cloud services (#4183)
This commit is contained in:
committed by
Eugenio Romano
parent
fdded83699
commit
27adae8e1e
@@ -38,7 +38,7 @@ import { TaskDetailsCloudModel } from '../../start-task/models/task-details-clou
|
||||
})
|
||||
export class TaskHeaderCloudComponent implements OnInit {
|
||||
|
||||
/** (Required) The appName */
|
||||
/** (Required) The name of the application. */
|
||||
@Input()
|
||||
appName: string;
|
||||
|
||||
@@ -46,7 +46,7 @@ export class TaskHeaderCloudComponent implements OnInit {
|
||||
@Input()
|
||||
taskId: string;
|
||||
|
||||
/** The id of the task. */
|
||||
/** Toggles Read Only Mode. This disables click selection and editing for all cells. */
|
||||
@Input()
|
||||
readOnly: boolean = false;
|
||||
|
||||
|
Reference in New Issue
Block a user