Skip to main content

TranslationsRE

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

The shape of the translations prop for RulesEngineBuilder.

Properties

addCondition

addCondition: BaseTranslationWithLabel<ReactNode>

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


addConsequent

addConsequent: BaseTranslationWithLabel<ReactNode>

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


addDefaultConsequent

addDefaultConsequent: BaseTranslationWithLabel<ReactNode>

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


addSubcondition

addSubcondition: BaseTranslationWithLabel<ReactNode>

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


blockLabelElse

blockLabelElse: BaseTranslationWithLabel<ReactNode>

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


blockLabelElseIf

blockLabelElseIf: BaseTranslationWithLabel<ReactNode>

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


blockLabelIf

blockLabelIf: BaseTranslationWithLabel<ReactNode>

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


blockLabelThen

blockLabelThen: BaseTranslationWithLabel<ReactNode>

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


removeCondition

removeCondition: BaseTranslationWithLabel<ReactNode>

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


removeConsequent

removeConsequent: BaseTranslationWithLabel<ReactNode>

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


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.