DefaultOperatorName
DefaultOperatorName:
"="
|"!="
|"<"
|">"
|"<="
|">="
|"contains"
|"beginsWith"
|"endsWith"
|"doesNotContain"
|"doesNotBeginWith"
|"doesNotEndWith"
|"null"
|"notNull"
|"in"
|"notIn"
|"between"
|"notBetween"
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:97
Default values for the operator
property.
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.