Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface FullOption
import { type FullOption } from "https://deno.land/x/react_querybuilder@v7.0.0-alpha.4/packages/react-querybuilder/src/types/options.ts";

A generic Option requiring name and value properties. Props that extend OptionList accept FlexibleOption, but corresponding props sent to subcomponents will always be translated to this type first to ensure both name and value are available.

Type Parameters

optional
N extends string = string

Index Signatures

[x: string]: any

Properties

name: N
value: N
label: string