Skip to main content

ValueEditorType

ValueEditorType = "text" | "select" | "checkbox" | "radio" | "textarea" | "switch" | "multiselect" | null

Defined in: packages/core/src/types/basic.ts:33

Type of ValueEditor that will be displayed.


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.