Skip to main content

TranslationWithLabel

Defined in: packages/react-querybuilder/src/types/props.ts:226

A translation for a component with title and label.

Extends

Properties

label?

optional label: ReactNode

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

Inherited from

BaseTranslationWithLabel.label


title?

optional title: string

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

Inherited from

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