Class ValidatorContext<T>
Methods
getFormValue
- getFormValue<T>(): T | null | undefined
-
Type parameters
Returns T | null | undefined
getSection
- getSection(): BasicModel<T>["owner"]
-
Returns BasicModel<T>["owner"]
getSectionValue
- getSectionValue<T>(...names: string[]): T | null
-
Type parameters
Parameters
Returns T | null
表单校验函数的上下文信息