QueryActions
Functions included in the actions
prop passed to every subcomponent.
Methods
moveRule()
moveRule(
oldPath
,newPath
,clone
?,context
?):void
Parameters
Parameter | Type |
---|---|
oldPath | Path |
newPath | Path | "up" | "down" |
clone ? | boolean |
context ? | any |
Returns
void
Defined in
packages/react-querybuilder/src/types/props.ts:297
onGroupAdd()
onGroupAdd(
group
,parentPath
,context
?):void
Parameters
Parameter | Type |
---|---|
group | RuleGroupTypeAny |
parentPath | Path |
context ? | any |
Returns
void
Defined in
packages/react-querybuilder/src/types/props.ts:287
onGroupRemove()
onGroupRemove(
path
):void
Parameters
Parameter | Type |
---|---|
path | Path |
Returns
void
Defined in
packages/react-querybuilder/src/types/props.ts:288
onPropChange()
onPropChange(
prop
,value
,path
,context
?):void
Parameters
Parameter | Type |
---|---|
prop | "value" | "disabled" | "field" | "operator" | "valueSource" | "combinatorPreceding" | "combinator" | "rules" | "not" |
value | any |
path | Path |
context ? | any |
Returns
void
Defined in
packages/react-querybuilder/src/types/props.ts:289
onRuleAdd()
onRuleAdd(
rule
,parentPath
,context
?):void
Parameters
Parameter | Type |
---|---|
rule | RuleType <string , string , any , string > |
parentPath | Path |
context ? | any |
Returns
void
Defined in
packages/react-querybuilder/src/types/props.ts:295
onRuleRemove()
onRuleRemove(
path
):void
Parameters
Parameter | Type |
---|---|
path | Path |
Returns
void
Defined in
packages/react-querybuilder/src/types/props.ts:296
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.