Skip to main content

expression-builder.types.fieldtypes

Home > @genesislcap/expression-builder > Types > FieldTypes

Types.FieldTypes type

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Union of all input types *

Signature:

export type FieldTypes = TextInput | NumberInput | CheckboxInput | SelectInput | DateInput | DateTimeInput;

References: TextInput, NumberInput, CheckboxInput, SelectInput, DateInput, DateTimeInput