TranslationWithPlaceholders
Defined in: packages/react-querybuilder/src/types/props.ts:239
A translation for a component with title and a placeholder.
Extends
Properties
placeholderGroupLabel?
optionalplaceholderGroupLabel?:string
Defined in: packages/core/src/types/queryBuilder.ts:220
Label for the placeholder field optgroup if autoSelectField is false, or the placeholder operator optgroup if autoSelectOperator is false.
Inherited from
BaseTranslationWithPlaceholders.placeholderGroupLabel
placeholderLabel?
optionalplaceholderLabel?:string
Defined in: packages/core/src/types/queryBuilder.ts:215
Label for the placeholder field option if autoSelectField is false, or the placeholder operator option if autoSelectOperator is false.
Inherited from
BaseTranslationWithPlaceholders.placeholderLabel
placeholderName?
optionalplaceholderName?:string
Defined in: packages/core/src/types/queryBuilder.ts:210
Value for the placeholder field option if autoSelectField is false, or the placeholder operator option if autoSelectOperator is false.
Inherited from
BaseTranslationWithPlaceholders.placeholderName
title?
optionaltitle?:string
Defined in: packages/core/src/types/queryBuilder.ts:229
Inherited from
BaseTranslationWithPlaceholders.title
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.