import * as reactQuerybuilder from "https://deno.land/x/react_querybuilder@v7.0.0-alpha.2/packages/react-querybuilder/src/types/options.ts";
Interfaces
A generic Option requiring | |
A generic option. Used directly in OptionList or as the child element of an OptionGroup. |
Type Aliases
A generic Option with either a | |
A FlexibleOption group within a FlexibleOptionList. | |
An array of options or option groups, like OptionList, but each member may
use either | |
Map of option identifiers to their respective Option. | |
An array of options or option groups, like OptionList, but using
FullOption instead of Option. This means that every member is
guaranteed to have both | |
Map of option identifiers to their respective FullOption. | |
Map of option identifiers to their respective FullOption. Must include all possible strings from the identifier type. | |
Extracts the type of the identifying property from a FlexibleOption. | |
Extracts the Option type from a FlexibleOptionList. | |
An Option group within an OptionList. | |
Either an array of Option or an array of OptionGroup. | |
Utility type to turn an Option into a FlexibleOption. | |
Utility type to turn an Option, ValueOption or FlexibleOption into a FullOption. | |
Like Option but requiring |