Type Alias ValidationContainerResultDisplay

ValidationContainerResultDisplay: {
    invalid: boolean;
    result: ValidationContainerResult | string | null;
}

Represents the type of display validation result, considering the validation result mode.

Type declaration

  • Readonlyinvalid: boolean

    Indicates whether the result contains some errors.

  • Readonlyresult: ValidationContainerResult | string | null

    The validation result.

MMNEPVFCICPMFPCPTTAAATR