How to use the cwlts/models/helpers/validation.ErrorCode.OUTPUT_EVAL_INHERIT function in cwlts

To help you get started, we’ve selected a few cwlts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rabix / composer / src / app / tool-editor / object-inspector / output-inspector / output-eval-section / output-eval.component.ts View on Github external
).subscribeTracked(this, value => {
            this.output.outputBinding.outputEval.clearIssue(ErrorCode.OUTPUT_EVAL_INHERIT);
            this.output.outputBinding.loadContents = value.loadContents;
            this.propagateChange(this.output);
        });
    }