InputValidationItem interface

Extends

プロパティ

context

評価する式のバインド コンテキストを提供します

継承されたプロパティ

isValid

現在の入力が有効かどうかを示します

reason

入力検証エラーの理由

type

検証項目の種類

value

検証する値。 "expression" 型 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master') の入力を検証する条件式。eq(value, 'refs/heads/master')

プロパティの詳細

context

評価する式のバインド コンテキストを提供します

context: InputBindingContext

プロパティ値

継承されたプロパティの詳細

isValid

現在の入力が有効かどうかを示します

isValid: boolean

プロパティ値

boolean

ValidationItem.isValid から継承された

reason

入力検証エラーの理由

reason: string

プロパティ値

string

ValidationItem.reason から継承された

type

検証項目の種類

type: string

プロパティ値

string

ValidationItem.type から継承された

value

検証する値。 "expression" 型 Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master') の入力を検証する条件式。eq(value, 'refs/heads/master')

value: string

プロパティ値

string

ValidationItem.value から継承された