Skip to main content

ConditionProps

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

Props for ConditionBuilder.

Properties

autoSelectConsequentType?

optional autoSelectConsequentType?: boolean

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


condition

condition: REConditionAny

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


conditionPath

conditionPath: Path

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


consequentTypes?

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

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


isOnlyCondition

isOnlyCondition: boolean

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


schema

schema: SchemaRE

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


shiftDownDisabled?

optional shiftDownDisabled?: boolean

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


shiftUpDisabled?

optional shiftUpDisabled?: boolean

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


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.