Interface ParameterCacheType

参数缓存值类型

interface ParameterCacheType {
    custom?: VerifyCustomType;
    customText?: string;
    index: number;
    instance?: Function;
    name: string;
}

Properties

自定义验证方法

customText?: string

自定义校验方法失败提示

index: number

参数序号

instance?: Function

对象

name: string

参数名称