FullConsequentTypeOption<N>
FullConsequentTypeOption<
N> =Simplify<FullOption<N> & {properties?:ConsequentPropertyDef[]; }>
Defined in: rules-engine/src/types/rulesEngine.ts:170
A ConsequentTypeOption resolved to a FullOption
(both name and value guaranteed). This is the form passed to subcomponents via the schema.
Type Parameters
| Type Parameter | Default type |
|---|---|
N extends string | string |
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.