workflow / Exports / PluginValidationResult
Interface: PluginValidationResult
Plugin validation result
Table of contents
Properties
Properties
isValid
• isValid: boolean
Defined in
interfaces/workflow-plugin.ts:141
errors
• errors: string[]
Defined in
interfaces/workflow-plugin.ts:142
warnings
• warnings: string[]
Defined in
interfaces/workflow-plugin.ts:143
dependencies
• dependencies: Object
Type declaration
| Name | Type |
|---|---|
missing | string[] |
conflicts | string[] |