Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidatorContext<T>

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

Type parameters

  • T

Hierarchy

  • ValidatorContext

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

model

model: BasicModel<T>

Methods

getFormValue

  • getFormValue<T>(): T | null | undefined

getSection

  • getSection(): BasicModel<T>["owner"]

getSectionValue

  • getSectionValue<T>(...names: string[]): T | null
  • Type parameters

    • T

    Parameters

    • Rest ...names: string[]

    Returns T | null

Generated using TypeDoc