"forms/fields"

Index

Type aliases

FormField

FormField: StringField

A field in a form.

NotificationFormData

NotificationFormData: Readonly<StringField[]>

An ordered array of fields representing a form. When the form is displayed to the user the fields will appear in the same order they are in the array.

Variables

Const FieldType

FieldType: object = {string: 'string'// number: 'number',// boolean: 'boolean'// date = "date"} as const

Data type of a fields. e.g. string, number

Type declaration