InputsDialogValidationContext
Handle
interface InputsDialogValidationContext { readonly cancellationToken: cancellationToken; readonly inputs: InteractionInputCollection; addValidationError( inputName: string, errorMessage: string): void;}Properties
property
cancellationToken cancellationToken get Gets the cancellation token for the validation operation.
property
inputs InteractionInputCollection get Gets the inputs that are being validated.
Methods
method
addValidationError Adds a validation error for the input with the specified name.
addValidationError( inputName: string, errorMessage: string): voidParameters
inputName string errorMessage string