99053: Added missing documentation

This commit is contained in:
Alexandre Vryghem
2023-02-06 22:53:50 +01:00
parent 1b4bdba52d
commit 4cc98ae7be
4 changed files with 22 additions and 12 deletions

View File

@@ -17,8 +17,8 @@ import { RequestService } from '../../../core/data/request.service';
/**
* Abstract component for rendering an advanced claimed task's workflow page
* To create a child-component for a new option:
* - Set the "getType()" of the component
* - Implement the createBody, should always contain at least the ADVANCED_WORKFLOW_TASK_OPTION
* - Set the "{@link getType}()" of the component
* - Implement the {@link createBody}, should always contain at least the ADVANCED_WORKFLOW_TASK_OPTION_*
*/
@Component({
selector: 'ds-advanced-workflow-action',