TranslationWithLabel
Defined in: packages/react-querybuilder/src/types/props.ts:227
A translation for a component with title and label.
Extends
BaseTranslationWithLabel<ReactNode>
Properties
label?
optionallabel:ReactNode
Defined in: packages/core/src/types/queryBuilder.ts:227
Inherited from
BaseTranslationWithLabel.label
title?
optionaltitle:string
Defined in: packages/core/src/types/queryBuilder.ts:219
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.