Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Properties

key

key: string

The property key that this field value will appear in the returned form object.

Optional label

label: string

Input label.

type

type: "boolean"

Field data type.

Optional validation

validation: Record<string, any>

Validation rules used to validate user input.

Optional value

value: boolean

Default value for field, and where it will be written to

widget

widget: W

Generated using TypeDoc