Interface: ActionWithRulesAndAddersProps
react-querybuilder.ActionWithRulesAndAddersProps
Props passed to every action component that adds a rule or group.
Hierarchy
-
↳
ActionWithRulesAndAddersProps
Properties
className
Optional
className: string
CSS classNames to be applied.
This is string
and not Classname because the Rule
and RuleGroup components run clsx()
to produce the className
that gets passed to each subcomponent.
Inherited from
ActionWithRulesProps.className
Defined in
packages/react-querybuilder/src/types/props.ts:29
context
Optional
context: any
Container for custom props that are passed to all components.
Inherited from
Defined in
packages/react-querybuilder/src/types/props.ts:50
disabled
Optional
disabled: boolean
Disables the control.