Form Control Url Properties

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

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

      Parameters

      Returns void

className?: string

Custom class names.

controlClassName?: string
data?: any
description?: string
el?: HTMLElement

The element to render the component to.

errorMessage?: string
id?: string
isDisabled?: boolean
isPlainText?: boolean
isReadonly?: boolean
label?: string
loadingMessage?: string
name?: string
onControlRendered?: ((control) => void | PromiseLike<IFormControl>)

Type declaration

onControlRendering?: ((control, field) => void | Promise<IFieldUrlProps>)

Type declaration

    • (control, field): void | Promise<IFieldUrlProps>
    • Parameters

      • control: IFieldUrlProps
      • field: Field

      Returns void | Promise<IFieldUrlProps>

onGetValue?: ((control) => any)

Type declaration

onValidate?: ((control, value) => boolean | IFormControlValidationResult)

Type declaration

required?: boolean
showDescription?: boolean
title?: string
type?: number
validationType?: number
value?: any

Generated using TypeDoc