Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidateResult<T>

校验结果错误名

Type parameters

  • T

Hierarchy

  • IValidateResult

Indexable

[key: string]: any

校验结果错误名

Index

Properties

Properties

Optional actual

actual: T

校验时的实际值,一般用于自定义复杂的上下文相关的错误信息

Optional expect

expect: T

校验时的期望值,一般用于自定义复杂的上下文相关的错误信息

Optional message

message: undefined | string

校验的错误信息

name

name: string

校验结果对应的字段名

Generated using TypeDoc