ExprTestID
constExprTestID: {exprLhsArgEditor:"expr-lhs-arg-editor";exprLhsFnSelector:"expr-lhs-fn-selector";exprRhsEditor:"expr-rhs-editor"; }
Defined in: expr/src/ui/defaults.ts:48
Stable data-testid values for the expression UI's selectors and nested editor.
Exposed so host tests can target the expression controls without hardcoding strings.
Type Declaration
exprLhsArgEditor
readonlyexprLhsArgEditor:"expr-lhs-arg-editor"='expr-lhs-arg-editor'
exprLhsFnSelector
readonlyexprLhsFnSelector:"expr-lhs-fn-selector"='expr-lhs-fn-selector'
exprRhsEditor
readonlyexprRhsEditor:"expr-rhs-editor"='expr-rhs-editor'
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.