Interface: TranslationWithPlaceholders
react-querybuilder.TranslationWithPlaceholders
A translation for a component with title
and a placeholder.
Hierarchy
-
↳
TranslationWithPlaceholders
Properties
placeholderGroupLabel
Optional
placeholderGroupLabel: string
Label for the placeholder field optgroup if autoSelectField is false, or the placeholder operator optgroup if autoSelectOperator is false.
Defined in
packages/react-querybuilder/src/types/props.ts:288
placeholderLabel
Optional
placeholderLabel: string
Label for the placeholder field option if autoSelectField is false, or the placeholder operator option if autoSelectOperator is false.
Defined in
packages/react-querybuilder/src/types/props.ts:283
placeholderName
Optional
placeholderName: string
Value for the placeholder field option if autoSelectField is false, or the placeholder operator option if autoSelectOperator is false.
Defined in
packages/react-querybuilder/src/types/props.ts:278
title
Optional
title: string