RequiredCommandValidationResult
Handle
interface RequiredCommandValidationResult { readonly isValid: boolean; readonly validationMessage: string;}Properties
property
isValidbooleangetGets a value indicating whether the command validation succeeded.
property
validationMessagestringgetGets an optional validation message describing why validation failed.