SchemaNative<F, O>
Defined in: native/src/types.ts:37
Extends
Schema
<F
,O
>.WithOptionalStyleSheets
Type Parameters
Type Parameter |
---|
F extends FullField |
O extends string |
Methods
createRule()
createRule():
RuleType
Defined in: react-querybuilder/src/types/propsUsingReact.ts:579
Returns
Inherited from
createRuleGroup()
createRuleGroup(
ic?
:boolean
):RuleGroupTypeAny
Defined in: react-querybuilder/src/types/propsUsingReact.ts:580
Parameters
Parameter | Type |
---|---|
ic? | boolean |
Returns
Inherited from
dispatchQuery()
dispatchQuery(
query
:RuleGroupTypeAny
):void
Defined in: react-querybuilder/src/types/propsUsingReact.ts:581
Parameters
Parameter | Type |
---|---|
query | RuleGroupTypeAny |
Returns
void
Inherited from
getInputType()
getInputType(
field
:string
,operator
:string
,meta
: {fieldData
:F
; }):null
|InputType
Defined in: react-querybuilder/src/types/propsUsingReact.ts:587
Parameters
Parameter | Type |
---|---|
field | string |
operator | string |
meta | { fieldData : F ; } |
meta.fieldData | F |
Returns
null
| InputType
Inherited from
getOperators()
getOperators(
field
:string
,meta
: {fieldData
:F
; }):FullOperator
<string
>[] |OptionGroup
<FullOperator
<string
>>[]
Defined in: react-querybuilder/src/types/propsUsingReact.ts:583
Parameters
Parameter | Type |
---|---|
field | string |
meta | { fieldData : F ; } |
meta.fieldData | F |
Returns
FullOperator
<string
>[] | OptionGroup
<FullOperator
<string
>>[]
Inherited from
getQuery()
getQuery():
RuleGroupTypeAny
Defined in: react-querybuilder/src/types/propsUsingReact.ts:582
Returns
Inherited from
getRuleClassname()
getRuleClassname(
rule
:RuleType
,misc
: {fieldData
:F
; }):Classname
Defined in: react-querybuilder/src/types/propsUsingReact.ts:589
Parameters
Parameter | Type |
---|---|
rule | RuleType |
misc | { fieldData : F ; } |
misc.fieldData | F |
Returns
Inherited from
getRuleGroupClassname()
getRuleGroupClassname(
ruleGroup
:RuleGroupTypeAny
):Classname
Defined in: react-querybuilder/src/types/propsUsingReact.ts:590
Parameters
Parameter | Type |
---|---|
ruleGroup | RuleGroupTypeAny |
Returns
Inherited from
getValueEditorSeparator()
getValueEditorSeparator(
field
:string
,operator
:string
,meta
: {fieldData
:F
; }):ReactNode
Defined in: react-querybuilder/src/types/propsUsingReact.ts:585
Parameters
Parameter | Type |
---|---|
field | string |
operator | string |
meta | { fieldData : F ; } |
meta.fieldData | F |
Returns
ReactNode
Inherited from
Schema
.getValueEditorSeparator
getValueEditorType()
getValueEditorType(
field
:string
,operator
:string
,meta
: {fieldData
:F
; }):ValueEditorType
Defined in: react-querybuilder/src/types/propsUsingReact.ts:584
Parameters
Parameter | Type |
---|---|
field | string |
operator | string |
meta | { fieldData : F ; } |
meta.fieldData | F |
Returns
Inherited from
getValues()
getValues(
field
:string
,operator
:string
,meta
: {fieldData
:F
; }):WithUnknownIndex
<{[key
:string
]:unknown
;disabled?
:boolean
;label
:string
;name
:string
;value?
:string
; } & {[key
:string
]:unknown
;disabled?
:boolean
;label
:string
;name
:string
;value
:string
; }>[] |OptionGroup
<WithUnknownIndex
<{[key
:string
]:unknown
;disabled?
:boolean
;label
:string
;name
:string
;value?
:string
; } & {[key
:string
]:unknown
;disabled?
:boolean
;label
:string
;name
:string
;value
:string
; }>>[]
Defined in: react-querybuilder/src/types/propsUsingReact.ts:588
Parameters
Parameter | Type |
---|---|
field | string |
operator | string |
meta | { fieldData : F ; } |
meta.fieldData | F |
Returns
WithUnknownIndex
<{[key
: string
]: unknown
; disabled?
: boolean
; label
: string
; name
: string
; value?
: string
; } & {[key
: string
]: unknown
; disabled?
: boolean
; label
: string
; name
: string
; value
: string
; }>[] | OptionGroup
<WithUnknownIndex
<{[key
: string
]: unknown
; disabled?
: boolean
; label
: string
; name
: string
; value?
: string
; } & {[key
: string
]: unknown
; disabled?
: boolean
; label
: string
; name
: string
; value
: string
; }>>[]
Inherited from
getValueSources()
getValueSources(
field
:string
,operator
:string
,meta
: {fieldData
:F
; }):ValueSources
Defined in: react-querybuilder/src/types/propsUsingReact.ts:586
Parameters
Parameter | Type |
---|---|
field | string |
operator | string |
meta | { fieldData : F ; } |
meta.fieldData | F |
Returns
Inherited from
Properties
accessibleDescriptionGenerator
accessibleDescriptionGenerator:
AccessibleDescriptionGenerator
Defined in: react-querybuilder/src/types/propsUsingReact.ts:591
Inherited from
Schema
.accessibleDescriptionGenerator
addRuleToNewGroups
addRuleToNewGroups:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:600
Inherited from
autoSelectField
autoSelectField:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:597
Inherited from
autoSelectOperator
autoSelectOperator:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:598
Inherited from
autoSelectValue
autoSelectValue:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:599
Inherited from
classNames
classNames:
Classnames
Defined in: react-querybuilder/src/types/propsUsingReact.ts:576
Inherited from
combinators
combinators:
FullCombinator
[] |OptionGroup
<FullCombinator
>[]
Defined in: react-querybuilder/src/types/propsUsingReact.ts:577
Inherited from
controls
controls:
Controls
<F
,O
>
Defined in: react-querybuilder/src/types/propsUsingReact.ts:578
Inherited from
disabledPaths
disabledPaths:
Path
[]
Defined in: react-querybuilder/src/types/propsUsingReact.ts:606
Inherited from
enableDragAndDrop
enableDragAndDrop:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:601
Inherited from
fieldMap
fieldMap:
Partial
<Record
<GetOptionIdentifierType
<F
>,F
>>
Defined in: react-querybuilder/src/types/propsUsingReact.ts:575
Inherited from
fields
fields:
FullOptionList
<F
>
Defined in: react-querybuilder/src/types/propsUsingReact.ts:574
Inherited from
independentCombinators
independentCombinators:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:603
Inherited from
listsAsArrays
listsAsArrays:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:604
Inherited from
maxLevels
maxLevels:
number
Defined in: react-querybuilder/src/types/propsUsingReact.ts:608
Inherited from
parseNumbers
parseNumbers:
ParseNumbersPropConfig
Defined in: react-querybuilder/src/types/propsUsingReact.ts:605
Inherited from
qbId
qbId:
string
Defined in: react-querybuilder/src/types/propsUsingReact.ts:573
Inherited from
showCloneButtons
showCloneButtons:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:595
Inherited from
showCombinatorsBetweenRules
showCombinatorsBetweenRules:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:592
Inherited from
Schema
.showCombinatorsBetweenRules
showLockButtons
showLockButtons:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:596
Inherited from
showNotToggle
showNotToggle:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:593
Inherited from
showShiftActions
showShiftActions:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:594
Inherited from
styles?
optional
styles:WrapEachPropertyInStyleProp
<QueryBuilderNativeStyles
>
Defined in: native/src/types.ts:31
Inherited from
WithOptionalStyleSheets.styles
suppressStandardClassnames
suppressStandardClassnames:
boolean
Defined in: react-querybuilder/src/types/propsUsingReact.ts:607
Inherited from
Schema
.suppressStandardClassnames
validationMap
validationMap:
ValidationMap
Defined in: react-querybuilder/src/types/propsUsingReact.ts:602
Inherited from
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.