[ADF-3745] Added docs for proc cloud services (#4183)

This commit is contained in:
Andy Stark
2019-01-18 14:30:34 +00:00
committed by Eugenio Romano
parent fdded83699
commit 27adae8e1e
11 changed files with 140 additions and 35 deletions

View File

@@ -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;