Skip to main content

TranslationWithPlaceholders

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:235

A translation for a component with title and a placeholder.

Extends

Properties

placeholderGroupLabel?

optional placeholderGroupLabel: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:250

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/react-querybuilder/src/types/propsUsingReact.ts:245

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/react-querybuilder/src/types/propsUsingReact.ts:240

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


title?

optional title: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:228

Inherited from

Translation.title


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.