Options
All
  • Public
  • Public/Protected
  • All
Menu

Form

Hierarchy

  • IForm

Index

Properties

appendControls

appendControls: (controls: Array<IFormControlProps>) => void

Appends controls to the form

Type declaration

appendRows

appendRows: (rows: Array<IFormRow>) => void

Appends rows to the form

Type declaration

controls

controls: Array<IFormControl>

The form controls

el

el: HTMLFormElement

The form element

getControl

getControl: (name: string) => IFormControl

Gets a control by its name

Type declaration

getValues

getValues: () => {}

Returns the form values

Type declaration

    • (): {}
    • Returns {}

      • [key: string]: any

hide

hide: () => void

Hides the form.

Type declaration

    • (): void
    • Returns void

isValid

isValid: () => boolean

Validates the form

Type declaration

    • (): boolean
    • Returns boolean

show

show: () => void

Shows the form.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc