[ACS-6071] fix docs for process cloud (#8947)

* fix docs for process cloud

* fix typo
This commit is contained in:
Denys Vuika
2023-09-28 16:44:57 +01:00
committed by GitHub
parent a48438e1c1
commit d78dcd2156
23 changed files with 202 additions and 58 deletions

View File

@@ -68,19 +68,22 @@ export class GroupCloudComponent implements OnInit, OnChanges, OnDestroy {
@Input()
preSelectGroups: IdentityGroupModel[] = [];
/** This flag enables the validation on the preSelectGroups passed as input.
/**
* This flag enables the validation on the preSelectGroups passed as input.
* In case the flag is true the components call the identity service to verify the validity of the information passed as input.
* Otherwise, no check will be done.
*/
@Input()
validate = false;
/** Show the info in readonly mode
/**
* Show the info in readonly mode
*/
@Input()
readOnly = false;
/** Mark this field as required
/**
* Mark this field as required
*/
@Input()
required = false;