AntDActionProps
Defined in: packages/antd/src/AntDActionElement.tsx:15
Extends
ActionProps.RemoveDataIndexKeys<ComponentPropsWithoutRef<typeofButton>>
Methods
handleOnClick()
handleOnClick(
e?:MouseEvent<Element,MouseEvent>,context?:any):void
Defined in: packages/react-querybuilder/src/types/props.ts:268
Triggers the action, e.g. the addition of a new rule or group. The second parameter
will be forwarded to the onAddRule or onAddGroup callback if appropriate.
Parameters
| Parameter | Type |
|---|---|
e? | MouseEvent<Element, MouseEvent> |
context? | any |
Returns
void
Inherited from
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2783
Inherited from
RemoveDataIndexKeys.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2756
Inherited from
RemoveDataIndexKeys.accessKey
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2454
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
RemoveDataIndexKeys.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2456
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
RemoveDataIndexKeys.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2461
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
RemoveDataIndexKeys.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2467
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
RemoveDataIndexKeys.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2472
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
RemoveDataIndexKeys.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
RemoveDataIndexKeys.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2478
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
RemoveDataIndexKeys.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2483
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
RemoveDataIndexKeys.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2488
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
RemoveDataIndexKeys.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2493
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
RemoveDataIndexKeys.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2498
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
RemoveDataIndexKeys.aria-colspan
aria-controls?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2503
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
RemoveDataIndexKeys.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"page"|"step"|"location"
Defined in: node_modules/@types/react/index.d.ts:2505
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
RemoveDataIndexKeys.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2510
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
RemoveDataIndexKeys.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2515
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2520
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2525
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
RemoveDataIndexKeys.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"move"|"copy"|"execute"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2530
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
RemoveDataIndexKeys.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2535
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2537
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
RemoveDataIndexKeys.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2542
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
RemoveDataIndexKeys.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2547
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
RemoveDataIndexKeys.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"menu"|"grid"|"listbox"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2549
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
RemoveDataIndexKeys.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2554
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
RemoveDataIndexKeys.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2559
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
RemoveDataIndexKeys.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2561
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
RemoveDataIndexKeys.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2566
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
RemoveDataIndexKeys.aria-label
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2571
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2573
Defines the hierarchical level of an element within a structure.
Inherited from
RemoveDataIndexKeys.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2575
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
RemoveDataIndexKeys.aria-live
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2577
Indicates whether an element is modal when displayed.
Inherited from
RemoveDataIndexKeys.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2579
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
RemoveDataIndexKeys.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2581
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
RemoveDataIndexKeys.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
RemoveDataIndexKeys.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2589
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
RemoveDataIndexKeys.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2594
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
RemoveDataIndexKeys.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2599
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
RemoveDataIndexKeys.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2604
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
RemoveDataIndexKeys.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2609
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
RemoveDataIndexKeys.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/@types/react/index.d.ts:2614
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
RemoveDataIndexKeys.aria-relevant
aria-required?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2627
Indicates that user input is required on the element before a form may be submitted.
Inherited from
RemoveDataIndexKeys.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2629
Defines a human-readable, author-localized description for the role of an element.
Inherited from
RemoveDataIndexKeys.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2634
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
RemoveDataIndexKeys.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2639
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
RemoveDataIndexKeys.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2644
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
RemoveDataIndexKeys.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2649
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
RemoveDataIndexKeys.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2654
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
RemoveDataIndexKeys.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2659
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
RemoveDataIndexKeys.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2661
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
RemoveDataIndexKeys.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2663
Defines the maximum allowed value for a range widget.
Inherited from
RemoveDataIndexKeys.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2665
Defines the minimum allowed value for a range widget.
Inherited from
RemoveDataIndexKeys.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2670
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
RemoveDataIndexKeys.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2672
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
RemoveDataIndexKeys.aria-valuetext
autoCapitalize?
optionalautoCapitalize:string& { } |"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2757
Inherited from
RemoveDataIndexKeys.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
RemoveDataIndexKeys.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2758
Inherited from
RemoveDataIndexKeys.autoFocus
autoInsertSpace?
optionalautoInsertSpace:boolean
Defined in: node_modules/antd/es/button/button.d.ts:42
Inherited from
RemoveDataIndexKeys.autoInsertSpace
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
RemoveDataIndexKeys.autoSave
block?
optionalblock:boolean
Defined in: node_modules/antd/es/button/button.d.ts:30
Inherited from
RemoveDataIndexKeys.block
children?
optionalchildren:ReactNode
Defined in: node_modules/antd/es/button/button.d.ts:31
Inherited from
RemoveDataIndexKeys.children
className?
optionalclassName:string
Defined in: packages/react-querybuilder/src/types/props.ts:74
CSS classNames to be applied.
This is string and not Classname because the Rule
and RuleGroup components run clsx() to produce the className
that gets passed to each subcomponent.
Inherited from
classNames?
optionalclassNames:ButtonClassNamesType
Defined in: node_modules/antd/es/button/button.d.ts:33
Inherited from
RemoveDataIndexKeys.classNames
color?
optionalcolor:"danger"|"primary"|"default"|"blue"|"purple"|"cyan"|"green"|"magenta"|"pink"|"red"|"orange"|"yellow"|"volcano"|"geekblue"|"lime"|"gold"
Defined in: node_modules/antd/es/button/button.d.ts:12
Inherited from
RemoveDataIndexKeys.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2784
Inherited from
RemoveDataIndexKeys.content
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2760
Inherited from
RemoveDataIndexKeys.contentEditable
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:95
Container for custom props that are passed to all components.
Inherited from
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2761
Inherited from
RemoveDataIndexKeys.contextMenu
danger?
optionaldanger:boolean
Defined in: node_modules/antd/es/button/button.d.ts:29
Inherited from
RemoveDataIndexKeys.danger
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2231
__html
__html:
string|TrustedHTML
Inherited from
RemoveDataIndexKeys.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2785
Inherited from
RemoveDataIndexKeys.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2750
Inherited from
RemoveDataIndexKeys.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2751
Inherited from
RemoveDataIndexKeys.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2762
Inherited from
RemoveDataIndexKeys.dir
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
disabledTranslation?
optionaldisabledTranslation:TranslationWithLabel
Defined in: packages/react-querybuilder/src/types/props.ts:273
Translation which overrides the regular label/title props when
the element is disabled.
Inherited from
ActionProps.disabledTranslation
download?
optionaldownload:any
Defined in: node_modules/@types/react/index.d.ts:2982
Inherited from
RemoveDataIndexKeys.download
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2763
Inherited from
RemoveDataIndexKeys.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2764
Inherited from
RemoveDataIndexKeys.enterKeyHint
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2831
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
RemoveDataIndexKeys.exportparts
form?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3017
Inherited from
RemoveDataIndexKeys.form
formAction?
optionalformAction:string| (formData:FormData) =>void|Promise<void>
Defined in: node_modules/@types/react/index.d.ts:3018
Inherited from
RemoveDataIndexKeys.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3025
Inherited from
RemoveDataIndexKeys.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3026
Inherited from
RemoveDataIndexKeys.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3027
Inherited from
RemoveDataIndexKeys.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3028
Inherited from
RemoveDataIndexKeys.formTarget
ghost?
optionalghost:boolean
Defined in: node_modules/antd/es/button/button.d.ts:28
Inherited from
RemoveDataIndexKeys.ghost
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2765
Inherited from
RemoveDataIndexKeys.hidden
href?
optionalhref:string
Defined in: node_modules/antd/es/button/button.d.ts:40
Inherited from
RemoveDataIndexKeys.href
hrefLang?
optionalhrefLang:string
Defined in: node_modules/@types/react/index.d.ts:2984
Inherited from
RemoveDataIndexKeys.hrefLang
htmlType?
optionalhtmlType:"button"|"reset"|"submit"
Defined in: node_modules/antd/es/button/button.d.ts:41
Inherited from
RemoveDataIndexKeys.htmlType
icon?
optionalicon:ReactNode
Defined in: node_modules/antd/es/button/button.d.ts:14
Inherited from
RemoveDataIndexKeys.icon
iconPlacement?
optionaliconPlacement:"start"|"end"
Defined in: node_modules/antd/es/button/button.d.ts:17
Inherited from
RemoveDataIndexKeys.iconPlacement
iconPosition?
optionaliconPosition:"start"|"end"
Defined in: node_modules/antd/es/button/button.d.ts:16
Deprecated
please use iconPlacement instead
Inherited from
RemoveDataIndexKeys.iconPosition
id?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2766
Inherited from
RemoveDataIndexKeys.id
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2817
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
RemoveDataIndexKeys.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
RemoveDataIndexKeys.inlist
inputMode?
optionalinputMode:"search"|"text"|"email"|"tel"|"url"|"none"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2822
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
RemoveDataIndexKeys.inputMode
is?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2827
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
RemoveDataIndexKeys.is
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
RemoveDataIndexKeys.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
RemoveDataIndexKeys.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
RemoveDataIndexKeys.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
RemoveDataIndexKeys.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
RemoveDataIndexKeys.itemType
key?
optionalkey:Key|null
Defined in: node_modules/@types/react/index.d.ts:250
Inherited from
RemoveDataIndexKeys.key
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:262
Visible text.
Inherited from
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2767
Inherited from
RemoveDataIndexKeys.lang
level
level:
number
Defined in: packages/react-querybuilder/src/types/props.ts:82
The level of the current group. Always equal to path.length.
Inherited from
loading?
optionalloading:boolean| {delay?:number;icon?:ReactNode; }
Defined in: node_modules/antd/es/button/button.d.ts:21
Inherited from
RemoveDataIndexKeys.loading
media?
optionalmedia:string
Defined in: node_modules/@types/react/index.d.ts:2985
Inherited from
RemoveDataIndexKeys.media
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3029
Inherited from
RemoveDataIndexKeys.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2768
Inherited from
RemoveDataIndexKeys.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
RemoveDataIndexKeys.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
RemoveDataIndexKeys.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
RemoveDataIndexKeys.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
RemoveDataIndexKeys.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
RemoveDataIndexKeys.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
RemoveDataIndexKeys.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
RemoveDataIndexKeys.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
RemoveDataIndexKeys.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
RemoveDataIndexKeys.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
RemoveDataIndexKeys.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
RemoveDataIndexKeys.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
RemoveDataIndexKeys.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
RemoveDataIndexKeys.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
RemoveDataIndexKeys.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
RemoveDataIndexKeys.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
RemoveDataIndexKeys.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
RemoveDataIndexKeys.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
RemoveDataIndexKeys.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
RemoveDataIndexKeys.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2260
Inherited from
RemoveDataIndexKeys.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
RemoveDataIndexKeys.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
RemoveDataIndexKeys.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
RemoveDataIndexKeys.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
RemoveDataIndexKeys.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
RemoveDataIndexKeys.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
RemoveDataIndexKeys.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
RemoveDataIndexKeys.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
RemoveDataIndexKeys.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
RemoveDataIndexKeys.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
RemoveDataIndexKeys.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
RemoveDataIndexKeys.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
RemoveDataIndexKeys.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
RemoveDataIndexKeys.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
RemoveDataIndexKeys.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
RemoveDataIndexKeys.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
RemoveDataIndexKeys.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
RemoveDataIndexKeys.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
RemoveDataIndexKeys.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
RemoveDataIndexKeys.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
RemoveDataIndexKeys.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
RemoveDataIndexKeys.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
RemoveDataIndexKeys.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
RemoveDataIndexKeys.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
RemoveDataIndexKeys.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
RemoveDataIndexKeys.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
RemoveDataIndexKeys.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
RemoveDataIndexKeys.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
RemoveDataIndexKeys.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
RemoveDataIndexKeys.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
RemoveDataIndexKeys.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
RemoveDataIndexKeys.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
RemoveDataIndexKeys.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
RemoveDataIndexKeys.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
RemoveDataIndexKeys.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
RemoveDataIndexKeys.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
RemoveDataIndexKeys.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
RemoveDataIndexKeys.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
RemoveDataIndexKeys.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
RemoveDataIndexKeys.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
RemoveDataIndexKeys.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
RemoveDataIndexKeys.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
RemoveDataIndexKeys.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
RemoveDataIndexKeys.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
RemoveDataIndexKeys.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
RemoveDataIndexKeys.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
RemoveDataIndexKeys.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
RemoveDataIndexKeys.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
RemoveDataIndexKeys.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
RemoveDataIndexKeys.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
RemoveDataIndexKeys.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
RemoveDataIndexKeys.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
RemoveDataIndexKeys.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
RemoveDataIndexKeys.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
RemoveDataIndexKeys.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
RemoveDataIndexKeys.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
RemoveDataIndexKeys.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
RemoveDataIndexKeys.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
RemoveDataIndexKeys.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
RemoveDataIndexKeys.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
RemoveDataIndexKeys.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
RemoveDataIndexKeys.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
RemoveDataIndexKeys.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
RemoveDataIndexKeys.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
RemoveDataIndexKeys.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
RemoveDataIndexKeys.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
RemoveDataIndexKeys.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
RemoveDataIndexKeys.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
RemoveDataIndexKeys.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
RemoveDataIndexKeys.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
RemoveDataIndexKeys.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
RemoveDataIndexKeys.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
RemoveDataIndexKeys.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
RemoveDataIndexKeys.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
RemoveDataIndexKeys.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
RemoveDataIndexKeys.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
RemoveDataIndexKeys.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
RemoveDataIndexKeys.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
RemoveDataIndexKeys.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
RemoveDataIndexKeys.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
RemoveDataIndexKeys.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
RemoveDataIndexKeys.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
RemoveDataIndexKeys.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
RemoveDataIndexKeys.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
RemoveDataIndexKeys.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
RemoveDataIndexKeys.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
RemoveDataIndexKeys.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
RemoveDataIndexKeys.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
RemoveDataIndexKeys.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
RemoveDataIndexKeys.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
RemoveDataIndexKeys.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
RemoveDataIndexKeys.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
RemoveDataIndexKeys.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
RemoveDataIndexKeys.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
RemoveDataIndexKeys.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
RemoveDataIndexKeys.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
RemoveDataIndexKeys.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
RemoveDataIndexKeys.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
RemoveDataIndexKeys.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
RemoveDataIndexKeys.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
RemoveDataIndexKeys.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
RemoveDataIndexKeys.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
RemoveDataIndexKeys.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
RemoveDataIndexKeys.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
RemoveDataIndexKeys.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
RemoveDataIndexKeys.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
RemoveDataIndexKeys.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
RemoveDataIndexKeys.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
RemoveDataIndexKeys.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
RemoveDataIndexKeys.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
RemoveDataIndexKeys.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
RemoveDataIndexKeys.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
RemoveDataIndexKeys.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
RemoveDataIndexKeys.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
RemoveDataIndexKeys.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
RemoveDataIndexKeys.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
RemoveDataIndexKeys.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
RemoveDataIndexKeys.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
RemoveDataIndexKeys.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
RemoveDataIndexKeys.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
RemoveDataIndexKeys.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
RemoveDataIndexKeys.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
RemoveDataIndexKeys.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
RemoveDataIndexKeys.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
RemoveDataIndexKeys.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
RemoveDataIndexKeys.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
RemoveDataIndexKeys.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
RemoveDataIndexKeys.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
RemoveDataIndexKeys.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
RemoveDataIndexKeys.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
RemoveDataIndexKeys.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
RemoveDataIndexKeys.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
RemoveDataIndexKeys.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
RemoveDataIndexKeys.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
RemoveDataIndexKeys.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
RemoveDataIndexKeys.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
RemoveDataIndexKeys.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
RemoveDataIndexKeys.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
RemoveDataIndexKeys.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
RemoveDataIndexKeys.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
RemoveDataIndexKeys.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
RemoveDataIndexKeys.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
RemoveDataIndexKeys.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
RemoveDataIndexKeys.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
RemoveDataIndexKeys.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
RemoveDataIndexKeys.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
RemoveDataIndexKeys.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
RemoveDataIndexKeys.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
RemoveDataIndexKeys.onWheelCapture
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2835
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
RemoveDataIndexKeys.part
path
path:
Path
Defined in: packages/react-querybuilder/src/types/props.ts:78
Path to this subcomponent's rule/group within the query.
Inherited from
ping?
optionalping:string
Defined in: node_modules/@types/react/index.d.ts:2986
Inherited from
RemoveDataIndexKeys.ping
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
RemoveDataIndexKeys.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
RemoveDataIndexKeys.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
RemoveDataIndexKeys.popoverTargetAction
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
RemoveDataIndexKeys.prefix
prefixCls?
optionalprefixCls:string
Defined in: node_modules/antd/es/button/button.d.ts:25
Inherited from
RemoveDataIndexKeys.prefixCls
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
RemoveDataIndexKeys.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2777
Inherited from
RemoveDataIndexKeys.radioGroup
referrerPolicy?
optionalreferrerPolicy:HTMLAttributeReferrerPolicy
Defined in: node_modules/@types/react/index.d.ts:2989
Inherited from
RemoveDataIndexKeys.referrerPolicy
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
RemoveDataIndexKeys.rel
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
RemoveDataIndexKeys.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
RemoveDataIndexKeys.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2791
Inherited from
RemoveDataIndexKeys.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
RemoveDataIndexKeys.role
rootClassName?
optionalrootClassName:string
Defined in: node_modules/antd/es/button/button.d.ts:27
Inherited from
RemoveDataIndexKeys.rootClassName
ruleOrGroup
ruleOrGroup:
RuleType<string,string,any,string> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:278
The RuleType or RuleGroupType/RuleGroupTypeIC associated with this element.
Inherited from
AntDActionProps.ruleOrGroup
rules?
optionalrules:RuleOrGroupArray
Defined in: packages/react-querybuilder/src/types/props.ts:282
Rules in this group (if the action element is for a group).
Inherited from
schema
schema:
Schema<{[key:string]:unknown;className?:Classname;comparator?:string| (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...,operator:string) =>boolean;defaultOperator?:string;defaultValue?:any;disabled?:boolean;id?:string;inputType?:InputType|null;label:string;matchModes?:boolean|MatchMode[] |FlexibleOption<MatchMode>[];name:string;operators?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }> |string[] |FlexibleOption<string>[] | string | FlexibleOption<string>[];placeholder?:string;subproperties?:FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...>;validator?:RuleValidator;value:string;valueEditorType?:ValueEditorType| (operator:string) =>ValueEditorType;values?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>;valueSources?:ValueSources|ValueSourceFlexibleOptions| (operator:string) => ValueSources | ValueSourceFlexibleOptions; },string>
Defined in: packages/react-querybuilder/src/types/props.ts:107
All subcomponents receive the configuration schema as a prop.
Inherited from
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
RemoveDataIndexKeys.security
shape?
optionalshape:"round"|"circle"|"default"|"square"
Defined in: node_modules/antd/es/button/button.d.ts:18
Inherited from
RemoveDataIndexKeys.shape
size?
optionalsize:SizeType
Defined in: node_modules/antd/es/button/button.d.ts:19
Inherited from
RemoveDataIndexKeys.size
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2769
Inherited from
RemoveDataIndexKeys.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2770
Inherited from
RemoveDataIndexKeys.spellCheck
style?
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2771
Inherited from
RemoveDataIndexKeys.style
styles?
optionalstyles:ButtonStylesType
Defined in: node_modules/antd/es/button/button.d.ts:34
Inherited from
RemoveDataIndexKeys.styles
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2752
Inherited from
RemoveDataIndexKeys.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2753
Inherited from
RemoveDataIndexKeys.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2772
Inherited from
RemoveDataIndexKeys.tabIndex
target?
optionaltarget:HTMLAttributeAnchorTarget
Defined in: node_modules/@types/react/index.d.ts:2987
Inherited from
RemoveDataIndexKeys.target
testID?
optionaltestID:string
Defined in: packages/react-querybuilder/src/types/props.ts:103
Test ID for this component.
Inherited from
title?
optionaltitle:string
Defined in: packages/react-querybuilder/src/types/props.ts:86
The title/tooltip for this control.
Inherited from
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2774
Inherited from
RemoveDataIndexKeys.translate
type?
optionaltype:"link"|"text"|"primary"|"default"|"dashed"
Defined in: node_modules/antd/es/button/button.d.ts:11
Inherited from
RemoveDataIndexKeys.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2792
Inherited from
RemoveDataIndexKeys.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
RemoveDataIndexKeys.unselectable
validation?
optionalvalidation:boolean|ValidationResult
Defined in: packages/react-querybuilder/src/types/props.ts:99
Validation result of the parent rule/group.
Inherited from
value?
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3031
Inherited from
RemoveDataIndexKeys.value
variant?
optionalvariant:"link"|"text"|"dashed"|"outlined"|"solid"|"filled"
Defined in: node_modules/antd/es/button/button.d.ts:13
Inherited from
RemoveDataIndexKeys.variant
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
RemoveDataIndexKeys.vocab
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.