Form Properties

Hierarchy

  • IBaseProps<IForm>
    • IFormProps

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

controls?: IFormControlProps[]
el?: HTMLElement

The element to render the component to.

groupClassName?: string
isFloating?: boolean
onControlRendered?: ((control) => void | PromiseLike<IFormControl>)

Type declaration

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

Type declaration

onRendered?: ((controls) => void)

Type declaration

    • (controls): void
    • Parameters

      Returns void

rowClassName?: string
rows?: IFormRow[]
validationType?: number
value?: any

Generated using TypeDoc