Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFieldProps<TName, TValue, TModel>

Describes Field props

Type parameters

  • TName: keyof TModel

  • TValue: TModel[TName]

  • TModel

Hierarchy

  • IFieldProps

Indexable

[key: string]: any

Describes Field props

Index

Properties

Optional children

children: function | React.ReactNode

name

name: TName

Optional onChange

onChange: function

Type declaration

    • Parameters

      Returns any

Optional onClick

onClick: function

Type declaration

    • (): any
    • Returns any

Generated using TypeDoc