共用方式為


InputValidation interface

描述哪些值對訂用帳戶輸入有效

屬性

dataType

取得或設定要驗證的資料類型。

isRequired

取得或設定這是必要欄位。

maxLength

取得或設定這個描述元的最大長度。

maxValue

取得或設定這個描述元的最小值。

minLength

取得或設定這個描述元的最小長度。

minValue

取得或設定這個描述元的最小值。

pattern

取得或設定要驗證的模式。

patternMismatchErrorMessage

取得或設定模式不符的錯誤。

屬性詳細資料

dataType

取得或設定要驗證的資料類型。

dataType: InputDataType

屬性值

isRequired

取得或設定這是必要欄位。

isRequired: boolean

屬性值

boolean

maxLength

取得或設定這個描述元的最大長度。

maxLength: number

屬性值

number

maxValue

取得或設定這個描述元的最小值。

maxValue: number

屬性值

number

minLength

取得或設定這個描述元的最小長度。

minLength: number

屬性值

number

minValue

取得或設定這個描述元的最小值。

minValue: number

屬性值

number

pattern

取得或設定要驗證的模式。

pattern: string

屬性值

string

patternMismatchErrorMessage

取得或設定模式不符的錯誤。

patternMismatchErrorMessage: string

屬性值

string