Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormProps

Form Properties

Hierarchy

  • IBaseProps<IForm>
    • IFormProps

Index

Properties

Optional assignTo

assignTo: (obj: IForm) => void

Assigns the object to the input parameter.

Type declaration

    • Parameters

      Returns void

Optional className

className: string

Custom class names.

Optional controls

controls: Array<IFormControlProps>

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional onControlRendered

onControlRendered: (control: IFormControl) => void | PromiseLike<IFormControl>

Type declaration

Optional onControlRendering

onControlRendering: (control: IFormControlProps) => void | PromiseLike<IFormControlProps>

Type declaration

Optional onRendered

onRendered: (controls: Array<IFormControl>) => void

Type declaration

Optional rowClassName

rowClassName: string

Optional rows

rows: Array<IFormRow>

Optional value

value: any

Generated using TypeDoc