Skip to main content

ExprTestID

const ExprTestID: { 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

readonly exprLhsArgEditor: "expr-lhs-arg-editor" = 'expr-lhs-arg-editor'

exprLhsFnSelector

readonly exprLhsFnSelector: "expr-lhs-fn-selector" = 'expr-lhs-fn-selector'

exprRhsEditor

readonly exprRhsEditor: "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.