AddOptions
Defined in: packages/core/src/utils/queryTools.ts:33
Options for add.
Properties
combinatorPreceding?
optionalcombinatorPreceding:string
Defined in: packages/core/src/utils/queryTools.ts:46
If the query extends RuleGroupTypeIC (i.e. the query has independent
combinators), then this combinator will be inserted before the new rule/group
if the parent group is not empty. This option will supersede combinators.
combinators?
optionalcombinators:OptionList
Defined in: packages/core/src/utils/queryTools.ts:40
If the query extends RuleGroupTypeIC (i.e. the query has independent
combinators), then the first combinator in this list will be inserted
before the new rule/group if the parent group is not empty. This option
is overridden by combinatorPreceding.
idGenerator()?
optionalidGenerator: () =>string
Defined in: packages/core/src/utils/queryTools.ts:50
ID generator.
Returns
string
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.