BaseTranslationWithLabel<LabelType>
Defined in: packages/core/src/types/queryBuilder.ts:222
A translation for a component with title
and label
.
Extends
Type Parameters
Type Parameter | Default type |
---|---|
LabelType | string |
Properties
label?
optional
label:LabelType
Defined in: packages/core/src/types/queryBuilder.ts:223
title?
optional
title:string
Defined in: packages/core/src/types/queryBuilder.ts:215
Inherited from
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.