Skip to main content

ConstituentWordOrder

ConstituentWordOrder = ["S", "V", "O"] | ["S", "O", "V"] | ["O", "S", "V"] | ["O", "V", "S"] | ["V", "S", "O"] | ["V", "O", "S"]

Defined in: packages/react-querybuilder/src/types/export.ts:428

Constituent word order (as array) for the "natural_language" format.

  • S (subject) = field
  • V (verb) = operator
  • O (object) = value

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.