Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICombineErrorsProps

Hierarchy

  • ICombineErrorsProps

Index

Properties

Properties

Optional children

children: function

Type declaration

    • (error: IMaybeError<any>): React.ReactNode
    • Parameters

      • error: IMaybeError<any>

      Returns React.ReactNode

Optional models

models: Array<BasicModel<any>>

可以传入 model 数组,会把这些 model 的组合显示,这个字段不和 names 同时存在

Optional names

names: string[]

FormStrategyView 的时候传入字段名数组,用于显示哪些字段,这个字段不和 models 同时存在

Generated using TypeDoc