Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidatorContext<T>

表单校验函数的上下文信息

Type parameters

  • T

Hierarchy

  • ValidatorContext

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly model

model: BasicModel<T>

Methods

getFormValue

  • getFormValue<T>(): T

getSection

  • getSection(): IModel<any>

getSectionValue

  • getSectionValue<T>(...names: string[]): T

Generated using TypeDoc