Interface FormProps

Proprietà del Form

Hierarchy

  • FormProps
    • FormProps

Index

Properties

Optional className

className: undefined | string

Optional form

form: WrappedFormUtils

Optional hiddenFields

hiddenFields: string[]

Permette di nascondere dei campi. Utilizzato, ad esempio, nella creazione di un ModelRecord all'interno di una Relation.

Optional hideRequiredMark

hideRequiredMark: undefined | true | false

Optional horizontal

horizontal: undefined | true | false

Optional initialRecord

initialRecord: ModelRecord | null

Valori iniziali con cui pre-popolare il Form

Optional inline

inline: undefined | true | false

Optional layout

layout: "horizontal" | "inline" | "vertical"

Optional model

model: ModelClass

Se specificato, gestisce il FormModule come un Form specifico di un Modello, rendendo possibile l'utilizzo di Feature specifiche (come i RelationWidget)

Optional onModelRelationMount

onModelRelationMount: undefined | function

Callback utilizzata per notificare l'utilizzatore del FormModule che è stato montato un Component per il display di una Relazione.

Optional onSubmit

onSubmit: React.FormEventHandler<any>

Optional prefixCls

prefixCls: undefined | string

Optional style

style: React.CSSProperties

Optional vertical

vertical: undefined | true | false

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