Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • DataFieldOptions

    Index

    Properties

    required: boolean

    Is this field required to be populated?

    nullable: boolean

    Can this field have null values?

    initial: any

    The initial value of a field, or a function which assigns that initial value.

    validate: Function

    A data validation function which accepts one argument with the current value.

    label: string

    A localizable label displayed on forms which render this field.

    hint: string

    Localizable help text displayed on forms which render this field.

    validationError: string

    A custom validation error string. When displayed will be prepended with the document name, field name, and candidate value.