Interface FieldOwnProps

Hierarchy

  • FormItemProps
    • FieldOwnProps

Index

Properties

Optional className

className: undefined | string

Optional colon

colon: undefined | true | false

Optional extra

extra: React.ReactNode

Optional hasFeedback

hasFeedback: undefined | true | false

Optional help

help: React.ReactNode

Optional id

id: undefined | string

Optional label

label: React.ReactNode

Optional labelCol

labelCol: ColProps

name

name: string

Optional options

options: any

Optional prefixCls

prefixCls: undefined | string

Optional required

required: undefined | true | false

Optional rules

rules: undefined | string

Optional style

style: React.CSSProperties

Optional validateStatus

validateStatus: "success" | "warning" | "error" | "validating"

Optional wrapperCol

wrapperCol: ColProps

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc