Skip to main content

Translations

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

The shape of the translations prop.

Extends

Properties

addGroup

addGroup: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:246

Inherited from

BaseTranslations.addGroup


addRule

addRule: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:245

Inherited from

BaseTranslations.addRule


cloneRule

cloneRule: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:249

Inherited from

BaseTranslations.cloneRule


cloneRuleGroup

cloneRuleGroup: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:250

Inherited from

BaseTranslations.cloneRuleGroup


combinators

combinators: BaseTranslation

Defined in: packages/core/src/types/queryBuilder.ts:247

Inherited from

BaseTranslations.combinators


dragHandle

dragHandle: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:253

Inherited from

BaseTranslations.dragHandle


fields

fields: BaseTranslationWithPlaceholders

Defined in: packages/core/src/types/queryBuilder.ts:237

Inherited from

BaseTranslations.fields


lockGroup

lockGroup: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:255

Inherited from

BaseTranslations.lockGroup


lockGroupDisabled

lockGroupDisabled: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:257

Inherited from

BaseTranslations.lockGroupDisabled


lockRule

lockRule: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:254

Inherited from

BaseTranslations.lockRule


lockRuleDisabled

lockRuleDisabled: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:256

Inherited from

BaseTranslations.lockRuleDisabled


matchMode

matchMode: BaseTranslation

Defined in: packages/core/src/types/queryBuilder.ts:240

Inherited from

BaseTranslations.matchMode


matchThreshold

matchThreshold: BaseTranslation

Defined in: packages/core/src/types/queryBuilder.ts:241

Inherited from

BaseTranslations.matchThreshold


muteGroup

muteGroup: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:259

Inherited from

BaseTranslations.muteGroup


muteRule

muteRule: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:258

Inherited from

BaseTranslations.muteRule


notToggle

notToggle: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:248

Inherited from

BaseTranslations.notToggle


operators

operators: BaseTranslationWithPlaceholders

Defined in: packages/core/src/types/queryBuilder.ts:238

Inherited from

BaseTranslations.operators


removeGroup

removeGroup: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:244

Inherited from

BaseTranslations.removeGroup


removeRule

removeRule: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:243

Inherited from

BaseTranslations.removeRule


shiftActionDown

shiftActionDown: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:252

Inherited from

BaseTranslations.shiftActionDown


shiftActionUp

shiftActionUp: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:251

Inherited from

BaseTranslations.shiftActionUp


unmuteGroup

unmuteGroup: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:261

Inherited from

BaseTranslations.unmuteGroup


unmuteRule

unmuteRule: BaseTranslationWithLabel<ReactNode>

Defined in: packages/core/src/types/queryBuilder.ts:260

Inherited from

BaseTranslations.unmuteRule


value

value: BaseTranslation

Defined in: packages/core/src/types/queryBuilder.ts:242

Inherited from

BaseTranslations.value


values

values: BaseTranslationWithPlaceholders

Defined in: packages/core/src/types/queryBuilder.ts:239

Inherited from

BaseTranslations.values


valueSourceSelector

valueSourceSelector: BaseTranslation

Defined in: packages/core/src/types/queryBuilder.ts:262

Inherited from

BaseTranslations.valueSourceSelector


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.