Skip to main content

Placeholder

Defined in: packages/core/src/types/queryBuilder.ts:221

Placeholder strings for option lists.

Extended by

Properties

placeholderGroupLabel?

optional placeholderGroupLabel?: string

Defined in: packages/core/src/types/queryBuilder.ts:236

Label for the placeholder field optgroup if autoSelectField is false, or the placeholder operator optgroup if autoSelectOperator is false.


placeholderLabel?

optional placeholderLabel?: string

Defined in: packages/core/src/types/queryBuilder.ts:231

Label for the placeholder field option if autoSelectField is false, or the placeholder operator option if autoSelectOperator is false.


placeholderName?

optional placeholderName?: string

Defined in: packages/core/src/types/queryBuilder.ts:226

Value for the placeholder field option if autoSelectField is false, or the placeholder operator option if autoSelectOperator is false.


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.