Skip to main content

BaseTranslationWithLabel<LabelType>

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

A translation for a component with title and label.

Extends

Extended by

Type Parameters

Type ParameterDefault type
LabelTypestring

Properties

label?

optional label: LabelType

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


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.