Skip to content

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

NameType
missingstring[]
conflictsstring[]

Defined in

interfaces/workflow-plugin.ts:144

Released under the MIT License.