Skip to main content

ConditionProps

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

Props for RulesEngineConditionBuilder.

Properties

autoSelectConsequentType?

optional autoSelectConsequentType: boolean

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


condition

condition: REConditionAny

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


conditionPath

conditionPath: Path

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


consequentTypes?

optional consequentTypes: WithUnknownIndex<BaseOption<string> & {[key: string]: unknown; disabled?: boolean; label: string; name: string; value: string; }>[] | OptionGroup<WithUnknownIndex<BaseOption<string> & {[key: string]: unknown; disabled?: boolean; label: string; name: string; value: string; }>>[]

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


isOnlyCondition

isOnlyCondition: boolean

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


schema

schema: SchemaRE

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


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.