mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update start-form.component documentation (#5864)
* Update start-form.component.ts * Update start-form.component.md
This commit is contained in:
@@ -43,11 +43,11 @@ import { ProcessFormRenderingService } from './process-form-rendering.service';
|
||||
})
|
||||
export class StartFormComponent extends FormComponent implements OnChanges, OnInit, OnDestroy {
|
||||
|
||||
/** Definition ID of the process to start. */
|
||||
/** Definition ID of the process to start, this parameter can not be use in combination with processId */
|
||||
@Input()
|
||||
processDefinitionId: string;
|
||||
|
||||
/** Process ID of the process to start. */
|
||||
/** Process ID of the process to start, this parameter can not be use in combination with processDefinitionId */
|
||||
@Input()
|
||||
processId: string;
|
||||
|
||||
|
Reference in New Issue
Block a user