Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias SpELNodeType
import { type SpELNodeType } from "https://deno.land/x/react_querybuilder@v7.5.1/packages/react-querybuilder/src/utils/parseSpEL/types.ts";
definition:
| "invalid"
| SpELOperationType
| "assign"
| "beanref"
| "constructorref"
| "elvis"
| "function"
| "identifier"
| "indexer"
| "list"
| "map"
| "method"
| "between"
| "instanceof"
| "matches"
| "projection"
| "qualifiedidentifier"
| "selection"
| "ternary"
| "typeref"