Skip to main content

ConstituentWordOrderString

ConstituentWordOrderString = "SVO" | "SOV" | "OSV" | "OVS" | "VSO" | "VOS"

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

Constituent word order (as string) 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.