Skip to main content

ConditionProps

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

Properties

autoSelectConsequentType?

optional autoSelectConsequentType: boolean

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


condition

condition: REConditionAny

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


conditionPath

conditionPath: Path

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


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: packages/rules-engine/src/types/props.ts:177


isOnlyCondition

isOnlyCondition: boolean

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


schema

schema: SchemaRE

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


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.