Skip to main content

TranslationWithPlaceholders

A translation for a component with title and a placeholder.

Extends

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

Inherited from

Translation.title

Defined in

packages/react-querybuilder/src/types/props.ts:268


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.