Skip to main content

TranslationsRE

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

The shape of the translations prop for RulesEngineBuilder.

Properties

addCondition

addCondition: BaseTranslationWithLabel<ReactNode>

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


addConsequent

addConsequent: BaseTranslationWithLabel<ReactNode>

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


addDefaultConsequent

addDefaultConsequent: BaseTranslationWithLabel<ReactNode>

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


addSubcondition

addSubcondition: BaseTranslationWithLabel<ReactNode>

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


blockLabelAlways

blockLabelAlways: BaseTranslationWithLabel<ReactNode>

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


blockLabelElse

blockLabelElse: BaseTranslationWithLabel<ReactNode>

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


blockLabelElseIf

blockLabelElseIf: BaseTranslationWithLabel<ReactNode>

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


blockLabelIf

blockLabelIf: BaseTranslationWithLabel<ReactNode>

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


blockLabelThen

blockLabelThen: BaseTranslationWithLabel<ReactNode>

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


blockLabelWhen

blockLabelWhen: BaseTranslationWithLabel<ReactNode>

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


evaluationMode

evaluationMode: BaseTranslation

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


evaluationModeCascade

evaluationModeCascade: BaseTranslationWithLabel<ReactNode>

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


evaluationModeCumulative

evaluationModeCumulative: BaseTranslationWithLabel<ReactNode>

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


removeCondition

removeCondition: BaseTranslationWithLabel<ReactNode>

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


removeConsequent

removeConsequent: BaseTranslationWithLabel<ReactNode>

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


shiftActionDown

shiftActionDown: BaseTranslationWithLabel<ReactNode>

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


shiftActionUp

shiftActionUp: BaseTranslationWithLabel<ReactNode>

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


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.