Skip to main content

BaseTranslationWithPlaceholders

Defined in: packages/core/src/types/props.ts:218

A translation for a component with title and a placeholder.

Extends

Properties

placeholderGroupLabel?

optional placeholderGroupLabel: string

Defined in: packages/core/src/types/props.ts:194

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

Inherited from

Placeholder.placeholderGroupLabel


placeholderLabel?

optional placeholderLabel: string

Defined in: packages/core/src/types/props.ts:189

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

Inherited from

Placeholder.placeholderLabel


placeholderName?

optional placeholderName: string

Defined in: packages/core/src/types/props.ts:184

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

Inherited from

Placeholder.placeholderName


title?

optional title: string

Defined in: packages/core/src/types/props.ts:203

Inherited from

BaseTranslation.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.