Skip to main content

TranslationsRE

Defined in: packages/rules-engine/src/types/props.ts:107

The shape of the translations prop for RulesEngineBuilder.

Properties

addCondition

addCondition: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:112


addConsequent

addConsequent: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:114


addDefaultConsequent

addDefaultConsequent: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:115


addSubcondition

addSubcondition: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:113


blockLabelElse

blockLabelElse: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:110


blockLabelElseIf

blockLabelElseIf: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:109


blockLabelIf

blockLabelIf: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:108


blockLabelThen

blockLabelThen: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:111


removeCondition

removeCondition: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:116


removeConsequent

removeConsequent: BaseTranslationWithLabel<ReactNode>

Defined in: packages/rules-engine/src/types/props.ts:117


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.