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