diff options
Diffstat (limited to 'apps/workflowengine/src/workflowengine.js')
-rw-r--r-- | apps/workflowengine/src/workflowengine.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/workflowengine/src/workflowengine.js b/apps/workflowengine/src/workflowengine.js index cae85c3c24a..6f96f454262 100644 --- a/apps/workflowengine/src/workflowengine.js +++ b/apps/workflowengine/src/workflowengine.js @@ -16,6 +16,8 @@ import {Operators} from './services/Operation'; * The component should handle the v-model directive properly, * so it needs a value property to receive data and emit an input * event once the data has changed + * @property {callable} placeholder - Return a placeholder of no custom component is used + * @property {callable} validate - validate a check if no custom component is used **/ /** |