AntDActionProps
Defined in: packages/antd/src/AntDActionElement.tsx:15
Extends
ActionWithRulesProps
.RemoveDataIndexKeys
<ComponentPropsWithoutRef
<typeofButton
>>
Methods
handleOnClick()
handleOnClick(
e?
:MouseEvent
<Element
,MouseEvent
>):void
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:269
Call this function to trigger the action.
Parameters
Parameter | Type |
---|---|
e? | MouseEvent <Element , MouseEvent > |
Returns
void
Inherited from
ActionWithRulesProps
.handleOnClick
Properties
about?
optional
about:string
Defined in: node_modules/@types/react/index.d.ts:2705
Inherited from
RemoveDataIndexKeys.about
accessKey?
optional
accessKey:string
Defined in: node_modules/@types/react/index.d.ts:2678
Inherited from
RemoveDataIndexKeys.accessKey
aria-activedescendant?
optional
aria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2376
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
RemoveDataIndexKeys.aria-activedescendant
aria-atomic?
optional
aria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2378
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?
optional
aria-autocomplete:"none"
|"list"
|"inline"
|"both"
Defined in: node_modules/@types/react/index.d.ts:2383
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?
optional
aria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2389
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?
optional
aria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2394
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?
optional
aria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
RemoveDataIndexKeys.aria-busy
aria-checked?
optional
aria-checked:boolean
|"true"
|"false"
|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2400
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
RemoveDataIndexKeys.aria-checked
aria-colcount?
optional
aria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2405
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
RemoveDataIndexKeys.aria-colcount
aria-colindex?
optional
aria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2410
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?
optional
aria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2415
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
RemoveDataIndexKeys.aria-colindextext
aria-colspan?
optional
aria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2420
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?
optional
aria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2425
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?
optional
aria-current:boolean
|"date"
|"time"
|"true"
|"false"
|"page"
|"step"
|"location"
Defined in: node_modules/@types/react/index.d.ts:2427
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
RemoveDataIndexKeys.aria-current
aria-describedby?
optional
aria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2432
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
RemoveDataIndexKeys.aria-describedby
aria-description?
optional
aria-description:string
Defined in: node_modules/@types/react/index.d.ts:2437
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-description
aria-details?
optional
aria-details:string
Defined in: node_modules/@types/react/index.d.ts:2442
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-details
aria-disabled?
optional
aria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2447
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?
optional
aria-dropeffect:"link"
|"move"
|"copy"
|"none"
|"execute"
|"popup"
Defined in: node_modules/@types/react/index.d.ts:2452
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?
optional
aria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2457
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-errormessage
aria-expanded?
optional
aria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2459
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
RemoveDataIndexKeys.aria-expanded
aria-flowto?
optional
aria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2464
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?
optional
aria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2469
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
RemoveDataIndexKeys.aria-grabbed
aria-haspopup?
optional
aria-haspopup:boolean
|"true"
|"false"
|"dialog"
|"menu"
|"grid"
|"listbox"
|"tree"
Defined in: node_modules/@types/react/index.d.ts:2471
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?
optional
aria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2476
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
RemoveDataIndexKeys.aria-hidden
aria-invalid?
optional
aria-invalid:boolean
|"true"
|"false"
|"grammar"
|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2481
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
RemoveDataIndexKeys.aria-invalid
aria-keyshortcuts?
optional
aria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2483
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
RemoveDataIndexKeys.aria-keyshortcuts
aria-label?
optional
aria-label:string
Defined in: node_modules/@types/react/index.d.ts:2488
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
RemoveDataIndexKeys.aria-label
aria-labelledby?
optional
aria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2493
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
RemoveDataIndexKeys.aria-labelledby
aria-level?
optional
aria-level:number
Defined in: node_modules/@types/react/index.d.ts:2495
Defines the hierarchical level of an element within a structure.
Inherited from
RemoveDataIndexKeys.aria-level
aria-live?
optional
aria-live:"off"
|"assertive"
|"polite"
Defined in: node_modules/@types/react/index.d.ts:2497
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?
optional
aria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2499
Indicates whether an element is modal when displayed.
Inherited from
RemoveDataIndexKeys.aria-modal
aria-multiline?
optional
aria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2501
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
RemoveDataIndexKeys.aria-multiline
aria-multiselectable?
optional
aria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2503
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
RemoveDataIndexKeys.aria-multiselectable
aria-orientation?
optional
aria-orientation:"horizontal"
|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2505
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
RemoveDataIndexKeys.aria-orientation
aria-owns?
optional
aria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2511
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?
optional
aria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2516
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?
optional
aria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2521
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?
optional
aria-pressed:boolean
|"true"
|"false"
|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2526
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
RemoveDataIndexKeys.aria-pressed
aria-readonly?
optional
aria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2531
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
RemoveDataIndexKeys.aria-readonly
aria-relevant?
optional
aria-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:2536
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?
optional
aria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2549
Indicates that user input is required on the element before a form may be submitted.
Inherited from
RemoveDataIndexKeys.aria-required
aria-roledescription?
optional
aria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2551
Defines a human-readable, author-localized description for the role of an element.
Inherited from
RemoveDataIndexKeys.aria-roledescription
aria-rowcount?
optional
aria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2556
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
RemoveDataIndexKeys.aria-rowcount
aria-rowindex?
optional
aria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2561
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?
optional
aria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2566
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
RemoveDataIndexKeys.aria-rowindextext
aria-rowspan?
optional
aria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2571
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?
optional
aria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2576
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
RemoveDataIndexKeys.aria-selected
aria-setsize?
optional
aria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2581
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?
optional
aria-sort:"none"
|"ascending"
|"descending"
|"other"
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
RemoveDataIndexKeys.aria-sort
aria-valuemax?
optional
aria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2585
Defines the maximum allowed value for a range widget.
Inherited from
RemoveDataIndexKeys.aria-valuemax
aria-valuemin?
optional
aria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2587
Defines the minimum allowed value for a range widget.
Inherited from
RemoveDataIndexKeys.aria-valuemin
aria-valuenow?
optional
aria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2592
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
RemoveDataIndexKeys.aria-valuenow
aria-valuetext?
optional
aria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2594
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
RemoveDataIndexKeys.aria-valuetext
autoCapitalize?
optional
autoCapitalize:string
& { } |"none"
|"off"
|"on"
|"sentences"
|"words"
|"characters"
Defined in: node_modules/@types/react/index.d.ts:2679
Inherited from
RemoveDataIndexKeys.autoCapitalize
autoCorrect?
optional
autoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2718
Inherited from
RemoveDataIndexKeys.autoCorrect
autoFocus?
optional
autoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2680
Inherited from
RemoveDataIndexKeys.autoFocus
autoInsertSpace?
optional
autoInsertSpace:boolean
Defined in: node_modules/antd/es/button/button.d.ts:38
Inherited from
RemoveDataIndexKeys.autoInsertSpace
autoSave?
optional
autoSave:string
Defined in: node_modules/@types/react/index.d.ts:2719
Inherited from
RemoveDataIndexKeys.autoSave
block?
optional
block:boolean
Defined in: node_modules/antd/es/button/button.d.ts:24
Inherited from
RemoveDataIndexKeys.block
children?
optional
children:ReactNode
Defined in: node_modules/antd/es/button/button.d.ts:25
Inherited from
RemoveDataIndexKeys.children
className?
optional
className:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:56
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
ActionWithRulesProps
.className
classNames?
optional
classNames: {icon
:string
; }
Defined in: node_modules/antd/es/button/button.d.ts:27
icon
icon:
string
Inherited from
RemoveDataIndexKeys.classNames
color?
optional
color:"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:8
Inherited from
RemoveDataIndexKeys.color
content?
optional
content:string
Defined in: node_modules/@types/react/index.d.ts:2706
Inherited from
RemoveDataIndexKeys.content
contentEditable?
optional
contentEditable:Booleanish
|"inherit"
|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2682
Inherited from
RemoveDataIndexKeys.contentEditable
context?
optional
context:any
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:77
Container for custom props that are passed to all components.
Inherited from
contextMenu?
optional
contextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2683
Inherited from
RemoveDataIndexKeys.contextMenu
danger?
optional
danger:boolean
Defined in: node_modules/antd/es/button/button.d.ts:23
Inherited from
RemoveDataIndexKeys.danger
dangerouslySetInnerHTML?
optional
dangerouslySetInnerHTML: {__html
:string
|TrustedHTML
; }
Defined in: node_modules/@types/react/index.d.ts:2153
__html
__html:
string
|TrustedHTML
Inherited from
RemoveDataIndexKeys.dangerouslySetInnerHTML
datatype?
optional
datatype:string
Defined in: node_modules/@types/react/index.d.ts:2707
Inherited from
RemoveDataIndexKeys.datatype
defaultChecked?
optional
defaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2672
Inherited from
RemoveDataIndexKeys.defaultChecked
defaultValue?
optional
defaultValue:string
|number
| readonlystring
[]
Defined in: node_modules/@types/react/index.d.ts:2673
Inherited from
RemoveDataIndexKeys.defaultValue
dir?
optional
dir:string
Defined in: node_modules/@types/react/index.d.ts:2684
Inherited from
RemoveDataIndexKeys.dir
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:72
Disables the control.
Inherited from
disabledTranslation?
optional
disabledTranslation:TranslationWithLabel
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:274
Translation which overrides the regular label
/title
props when
the element is disabled.
Inherited from
ActionWithRulesProps
.disabledTranslation
download?
optional
download:any
Defined in: node_modules/@types/react/index.d.ts:2904
Inherited from
RemoveDataIndexKeys.download
draggable?
optional
draggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2685
Inherited from
RemoveDataIndexKeys.draggable
enterKeyHint?
optional
enterKeyHint:"search"
|"done"
|"enter"
|"go"
|"next"
|"previous"
|"send"
Defined in: node_modules/@types/react/index.d.ts:2686
Inherited from
RemoveDataIndexKeys.enterKeyHint
exportparts?
optional
exportparts:string
Defined in: node_modules/@types/react/index.d.ts:2753
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
RemoveDataIndexKeys.exportparts
form?
optional
form:string
Defined in: node_modules/@types/react/index.d.ts:2939
Inherited from
RemoveDataIndexKeys.form
formAction?
optional
formAction:string
| (formData
:FormData
) =>void
|Promise
<void
>
Defined in: node_modules/@types/react/index.d.ts:2940
Inherited from
RemoveDataIndexKeys.formAction
formEncType?
optional
formEncType:string
Defined in: node_modules/@types/react/index.d.ts:2947
Inherited from
RemoveDataIndexKeys.formEncType
formMethod?
optional
formMethod:string
Defined in: node_modules/@types/react/index.d.ts:2948
Inherited from
RemoveDataIndexKeys.formMethod
formNoValidate?
optional
formNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:2949
Inherited from
RemoveDataIndexKeys.formNoValidate
formTarget?
optional
formTarget:string
Defined in: node_modules/@types/react/index.d.ts:2950
Inherited from
RemoveDataIndexKeys.formTarget
ghost?
optional
ghost:boolean
Defined in: node_modules/antd/es/button/button.d.ts:22
Inherited from
RemoveDataIndexKeys.ghost
hidden?
optional
hidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2687
Inherited from
RemoveDataIndexKeys.hidden
href?
optional
href:string
Defined in: node_modules/antd/es/button/button.d.ts:36
Inherited from
RemoveDataIndexKeys.href
hrefLang?
optional
hrefLang:string
Defined in: node_modules/@types/react/index.d.ts:2906
Inherited from
RemoveDataIndexKeys.hrefLang
htmlType?
optional
htmlType:"button"
|"reset"
|"submit"
Defined in: node_modules/antd/es/button/button.d.ts:37
Inherited from
RemoveDataIndexKeys.htmlType
icon?
optional
icon:ReactNode
Defined in: node_modules/antd/es/button/button.d.ts:10
Inherited from
RemoveDataIndexKeys.icon
iconPosition?
optional
iconPosition:"start"
|"end"
Defined in: node_modules/antd/es/button/button.d.ts:11
Inherited from
RemoveDataIndexKeys.iconPosition
id?
optional
id:string
Defined in: node_modules/@types/react/index.d.ts:2688
Inherited from
RemoveDataIndexKeys.id
inert?
optional
inert:boolean
Defined in: node_modules/@types/react/index.d.ts:2739
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
RemoveDataIndexKeys.inert
inlist?
optional
inlist:any
Defined in: node_modules/@types/react/index.d.ts:2708
Inherited from
RemoveDataIndexKeys.inlist
inputMode?
optional
inputMode:"search"
|"text"
|"email"
|"tel"
|"url"
|"none"
|"numeric"
|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2744
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?
optional
is:string
Defined in: node_modules/@types/react/index.d.ts:2749
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?
optional
itemID:string
Defined in: node_modules/@types/react/index.d.ts:2724
Inherited from
RemoveDataIndexKeys.itemID
itemProp?
optional
itemProp:string
Defined in: node_modules/@types/react/index.d.ts:2721
Inherited from
RemoveDataIndexKeys.itemProp
itemRef?
optional
itemRef:string
Defined in: node_modules/@types/react/index.d.ts:2725
Inherited from
RemoveDataIndexKeys.itemRef
itemScope?
optional
itemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2722
Inherited from
RemoveDataIndexKeys.itemScope
itemType?
optional
itemType:string
Defined in: node_modules/@types/react/index.d.ts:2723
Inherited from
RemoveDataIndexKeys.itemType
key?
optional
key:null
|Key
Defined in: node_modules/@types/react/index.d.ts:249
Inherited from
RemoveDataIndexKeys.key
label?
optional
label:ReactNode
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:267
Visible text.
Inherited from
lang?
optional
lang:string
Defined in: node_modules/@types/react/index.d.ts:2689
Inherited from
RemoveDataIndexKeys.lang
level
level:
number
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:64
The level of the current group. Always equal to path.length
.
Inherited from
loading?
optional
loading:boolean
| {delay?
:number
;icon?
:ReactNode
; }
Defined in: node_modules/antd/es/button/button.d.ts:15
Inherited from
RemoveDataIndexKeys.loading
media?
optional
media:string
Defined in: node_modules/@types/react/index.d.ts:2907
Inherited from
RemoveDataIndexKeys.media
name?
optional
name:string
Defined in: node_modules/@types/react/index.d.ts:2951
Inherited from
RemoveDataIndexKeys.name
nonce?
optional
nonce:string
Defined in: node_modules/@types/react/index.d.ts:2690
Inherited from
RemoveDataIndexKeys.nonce
onAbort?
optional
onAbort:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2212
Inherited from
RemoveDataIndexKeys.onAbort
onAbortCapture?
optional
onAbortCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2213
Inherited from
RemoveDataIndexKeys.onAbortCapture
onAnimationEnd?
optional
onAnimationEnd:AnimationEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
RemoveDataIndexKeys.onAnimationEnd
onAnimationEndCapture?
optional
onAnimationEndCapture:AnimationEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
RemoveDataIndexKeys.onAnimationEndCapture
onAnimationIteration?
optional
onAnimationIteration:AnimationEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
RemoveDataIndexKeys.onAnimationIteration
onAnimationIterationCapture?
optional
onAnimationIterationCapture:AnimationEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
RemoveDataIndexKeys.onAnimationIterationCapture
onAnimationStart?
optional
onAnimationStart:AnimationEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
RemoveDataIndexKeys.onAnimationStart
onAnimationStartCapture?
optional
onAnimationStartCapture:AnimationEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
RemoveDataIndexKeys.onAnimationStartCapture
onAuxClick?
optional
onAuxClick:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2258
Inherited from
RemoveDataIndexKeys.onAuxClick
onAuxClickCapture?
optional
onAuxClickCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2259
Inherited from
RemoveDataIndexKeys.onAuxClickCapture
onBeforeInput?
optional
onBeforeInput:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2184
Inherited from
RemoveDataIndexKeys.onBeforeInput
onBeforeInputCapture?
optional
onBeforeInputCapture:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2185
Inherited from
RemoveDataIndexKeys.onBeforeInputCapture
onBeforeToggle?
optional
onBeforeToggle:ToggleEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
RemoveDataIndexKeys.onBeforeToggle
onBlur?
optional
onBlur:FocusEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2178
Inherited from
RemoveDataIndexKeys.onBlur
onBlurCapture?
optional
onBlurCapture:FocusEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2179
Inherited from
RemoveDataIndexKeys.onBlurCapture
onCanPlay?
optional
onCanPlay:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2214
Inherited from
RemoveDataIndexKeys.onCanPlay
onCanPlayCapture?
optional
onCanPlayCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2215
Inherited from
RemoveDataIndexKeys.onCanPlayCapture
onCanPlayThrough?
optional
onCanPlayThrough:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2216
Inherited from
RemoveDataIndexKeys.onCanPlayThrough
onCanPlayThroughCapture?
optional
onCanPlayThroughCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2217
Inherited from
RemoveDataIndexKeys.onCanPlayThroughCapture
onChange?
optional
onChange:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2182
Inherited from
RemoveDataIndexKeys.onChange
onChangeCapture?
optional
onChangeCapture:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2183
Inherited from
RemoveDataIndexKeys.onChangeCapture
onClick?
optional
onClick:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2260
Inherited from
RemoveDataIndexKeys.onClick
onClickCapture?
optional
onClickCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
RemoveDataIndexKeys.onClickCapture
onCompositionEnd?
optional
onCompositionEnd:CompositionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2168
Inherited from
RemoveDataIndexKeys.onCompositionEnd
onCompositionEndCapture?
optional
onCompositionEndCapture:CompositionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2169
Inherited from
RemoveDataIndexKeys.onCompositionEndCapture
onCompositionStart?
optional
onCompositionStart:CompositionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2170
Inherited from
RemoveDataIndexKeys.onCompositionStart
onCompositionStartCapture?
optional
onCompositionStartCapture:CompositionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2171
Inherited from
RemoveDataIndexKeys.onCompositionStartCapture
onCompositionUpdate?
optional
onCompositionUpdate:CompositionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2172
Inherited from
RemoveDataIndexKeys.onCompositionUpdate
onCompositionUpdateCapture?
optional
onCompositionUpdateCapture:CompositionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2173
Inherited from
RemoveDataIndexKeys.onCompositionUpdateCapture
onContextMenu?
optional
onContextMenu:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
RemoveDataIndexKeys.onContextMenu
onContextMenuCapture?
optional
onContextMenuCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
RemoveDataIndexKeys.onContextMenuCapture
onCopy?
optional
onCopy:ClipboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2160
Inherited from
RemoveDataIndexKeys.onCopy
onCopyCapture?
optional
onCopyCapture:ClipboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2161
Inherited from
RemoveDataIndexKeys.onCopyCapture
onCut?
optional
onCut:ClipboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2162
Inherited from
RemoveDataIndexKeys.onCut
onCutCapture?
optional
onCutCapture:ClipboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2163
Inherited from
RemoveDataIndexKeys.onCutCapture
onDoubleClick?
optional
onDoubleClick:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
RemoveDataIndexKeys.onDoubleClick
onDoubleClickCapture?
optional
onDoubleClickCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
RemoveDataIndexKeys.onDoubleClickCapture
onDrag?
optional
onDrag:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
RemoveDataIndexKeys.onDrag
onDragCapture?
optional
onDragCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
RemoveDataIndexKeys.onDragCapture
onDragEnd?
optional
onDragEnd:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
RemoveDataIndexKeys.onDragEnd
onDragEndCapture?
optional
onDragEndCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
RemoveDataIndexKeys.onDragEndCapture
onDragEnter?
optional
onDragEnter:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
RemoveDataIndexKeys.onDragEnter
onDragEnterCapture?
optional
onDragEnterCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
RemoveDataIndexKeys.onDragEnterCapture
onDragExit?
optional
onDragExit:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2272
Inherited from
RemoveDataIndexKeys.onDragExit
onDragExitCapture?
optional
onDragExitCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2273
Inherited from
RemoveDataIndexKeys.onDragExitCapture
onDragLeave?
optional
onDragLeave:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
RemoveDataIndexKeys.onDragLeave
onDragLeaveCapture?
optional
onDragLeaveCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
RemoveDataIndexKeys.onDragLeaveCapture
onDragOver?
optional
onDragOver:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
RemoveDataIndexKeys.onDragOver
onDragOverCapture?
optional
onDragOverCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
RemoveDataIndexKeys.onDragOverCapture
onDragStart?
optional
onDragStart:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
RemoveDataIndexKeys.onDragStart
onDragStartCapture?
optional
onDragStartCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
RemoveDataIndexKeys.onDragStartCapture
onDrop?
optional
onDrop:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
RemoveDataIndexKeys.onDrop
onDropCapture?
optional
onDropCapture:DragEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
RemoveDataIndexKeys.onDropCapture
onDurationChange?
optional
onDurationChange:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2218
Inherited from
RemoveDataIndexKeys.onDurationChange
onDurationChangeCapture?
optional
onDurationChangeCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2219
Inherited from
RemoveDataIndexKeys.onDurationChangeCapture
onEmptied?
optional
onEmptied:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2220
Inherited from
RemoveDataIndexKeys.onEmptied
onEmptiedCapture?
optional
onEmptiedCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2221
Inherited from
RemoveDataIndexKeys.onEmptiedCapture
onEncrypted?
optional
onEncrypted:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2222
Inherited from
RemoveDataIndexKeys.onEncrypted
onEncryptedCapture?
optional
onEncryptedCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2223
Inherited from
RemoveDataIndexKeys.onEncryptedCapture
onEnded?
optional
onEnded:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2224
Inherited from
RemoveDataIndexKeys.onEnded
onEndedCapture?
optional
onEndedCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2225
Inherited from
RemoveDataIndexKeys.onEndedCapture
onError?
optional
onError:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2198
Inherited from
RemoveDataIndexKeys.onError
onErrorCapture?
optional
onErrorCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2199
Inherited from
RemoveDataIndexKeys.onErrorCapture
onFocus?
optional
onFocus:FocusEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2176
Inherited from
RemoveDataIndexKeys.onFocus
onFocusCapture?
optional
onFocusCapture:FocusEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2177
Inherited from
RemoveDataIndexKeys.onFocusCapture
onGotPointerCapture?
optional
onGotPointerCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
RemoveDataIndexKeys.onGotPointerCapture
onGotPointerCaptureCapture?
optional
onGotPointerCaptureCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
RemoveDataIndexKeys.onGotPointerCaptureCapture
onInput?
optional
onInput:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2186
Inherited from
RemoveDataIndexKeys.onInput
onInputCapture?
optional
onInputCapture:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2187
Inherited from
RemoveDataIndexKeys.onInputCapture
onInvalid?
optional
onInvalid:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2192
Inherited from
RemoveDataIndexKeys.onInvalid
onInvalidCapture?
optional
onInvalidCapture:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2193
Inherited from
RemoveDataIndexKeys.onInvalidCapture
onKeyDown?
optional
onKeyDown:KeyboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2202
Inherited from
RemoveDataIndexKeys.onKeyDown
onKeyDownCapture?
optional
onKeyDownCapture:KeyboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2203
Inherited from
RemoveDataIndexKeys.onKeyDownCapture
onKeyPress?
optional
onKeyPress:KeyboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2205
Deprecated
Use onKeyUp
or onKeyDown
instead
Inherited from
RemoveDataIndexKeys.onKeyPress
onKeyPressCapture?
optional
onKeyPressCapture:KeyboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2207
Deprecated
Use onKeyUpCapture
or onKeyDownCapture
instead
Inherited from
RemoveDataIndexKeys.onKeyPressCapture
onKeyUp?
optional
onKeyUp:KeyboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2208
Inherited from
RemoveDataIndexKeys.onKeyUp
onKeyUpCapture?
optional
onKeyUpCapture:KeyboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2209
Inherited from
RemoveDataIndexKeys.onKeyUpCapture
onLoad?
optional
onLoad:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2196
Inherited from
RemoveDataIndexKeys.onLoad
onLoadCapture?
optional
onLoadCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2197
Inherited from
RemoveDataIndexKeys.onLoadCapture
onLoadedData?
optional
onLoadedData:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2226
Inherited from
RemoveDataIndexKeys.onLoadedData
onLoadedDataCapture?
optional
onLoadedDataCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2227
Inherited from
RemoveDataIndexKeys.onLoadedDataCapture
onLoadedMetadata?
optional
onLoadedMetadata:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2228
Inherited from
RemoveDataIndexKeys.onLoadedMetadata
onLoadedMetadataCapture?
optional
onLoadedMetadataCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2229
Inherited from
RemoveDataIndexKeys.onLoadedMetadataCapture
onLoadStart?
optional
onLoadStart:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2230
Inherited from
RemoveDataIndexKeys.onLoadStart
onLoadStartCapture?
optional
onLoadStartCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2231
Inherited from
RemoveDataIndexKeys.onLoadStartCapture
onLostPointerCapture?
optional
onLostPointerCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
RemoveDataIndexKeys.onLostPointerCapture
onLostPointerCaptureCapture?
optional
onLostPointerCaptureCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
RemoveDataIndexKeys.onLostPointerCaptureCapture
onMouseDown?
optional
onMouseDown:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2282
Inherited from
RemoveDataIndexKeys.onMouseDown
onMouseDownCapture?
optional
onMouseDownCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
RemoveDataIndexKeys.onMouseDownCapture
onMouseEnter?
optional
onMouseEnter:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
RemoveDataIndexKeys.onMouseEnter
onMouseLeave?
optional
onMouseLeave:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
RemoveDataIndexKeys.onMouseLeave
onMouseMove?
optional
onMouseMove:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
RemoveDataIndexKeys.onMouseMove
onMouseMoveCapture?
optional
onMouseMoveCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
RemoveDataIndexKeys.onMouseMoveCapture
onMouseOut?
optional
onMouseOut:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
RemoveDataIndexKeys.onMouseOut
onMouseOutCapture?
optional
onMouseOutCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2289
Inherited from
RemoveDataIndexKeys.onMouseOutCapture
onMouseOver?
optional
onMouseOver:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
RemoveDataIndexKeys.onMouseOver
onMouseOverCapture?
optional
onMouseOverCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
RemoveDataIndexKeys.onMouseOverCapture
onMouseUp?
optional
onMouseUp:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
RemoveDataIndexKeys.onMouseUp
onMouseUpCapture?
optional
onMouseUpCapture:MouseEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
RemoveDataIndexKeys.onMouseUpCapture
onPaste?
optional
onPaste:ClipboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2164
Inherited from
RemoveDataIndexKeys.onPaste
onPasteCapture?
optional
onPasteCapture:ClipboardEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2165
Inherited from
RemoveDataIndexKeys.onPasteCapture
onPause?
optional
onPause:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2232
Inherited from
RemoveDataIndexKeys.onPause
onPauseCapture?
optional
onPauseCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2233
Inherited from
RemoveDataIndexKeys.onPauseCapture
onPlay?
optional
onPlay:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2234
Inherited from
RemoveDataIndexKeys.onPlay
onPlayCapture?
optional
onPlayCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2235
Inherited from
RemoveDataIndexKeys.onPlayCapture
onPlaying?
optional
onPlaying:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2236
Inherited from
RemoveDataIndexKeys.onPlaying
onPlayingCapture?
optional
onPlayingCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2237
Inherited from
RemoveDataIndexKeys.onPlayingCapture
onPointerCancel?
optional
onPointerCancel:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
RemoveDataIndexKeys.onPointerCancel
onPointerCancelCapture?
optional
onPointerCancelCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
RemoveDataIndexKeys.onPointerCancelCapture
onPointerDown?
optional
onPointerDown:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
RemoveDataIndexKeys.onPointerDown
onPointerDownCapture?
optional
onPointerDownCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
RemoveDataIndexKeys.onPointerDownCapture
onPointerEnter?
optional
onPointerEnter:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
RemoveDataIndexKeys.onPointerEnter
onPointerLeave?
optional
onPointerLeave:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
RemoveDataIndexKeys.onPointerLeave
onPointerMove?
optional
onPointerMove:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
RemoveDataIndexKeys.onPointerMove
onPointerMoveCapture?
optional
onPointerMoveCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
RemoveDataIndexKeys.onPointerMoveCapture
onPointerOut?
optional
onPointerOut:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
RemoveDataIndexKeys.onPointerOut
onPointerOutCapture?
optional
onPointerOutCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
RemoveDataIndexKeys.onPointerOutCapture
onPointerOver?
optional
onPointerOver:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
RemoveDataIndexKeys.onPointerOver
onPointerOverCapture?
optional
onPointerOverCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
RemoveDataIndexKeys.onPointerOverCapture
onPointerUp?
optional
onPointerUp:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
RemoveDataIndexKeys.onPointerUp
onPointerUpCapture?
optional
onPointerUpCapture:PointerEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
RemoveDataIndexKeys.onPointerUpCapture
onProgress?
optional
onProgress:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
RemoveDataIndexKeys.onProgress
onProgressCapture?
optional
onProgressCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
RemoveDataIndexKeys.onProgressCapture
onRateChange?
optional
onRateChange:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
RemoveDataIndexKeys.onRateChange
onRateChangeCapture?
optional
onRateChangeCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
RemoveDataIndexKeys.onRateChangeCapture
onReset?
optional
onReset:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2188
Inherited from
RemoveDataIndexKeys.onReset
onResetCapture?
optional
onResetCapture:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2189
Inherited from
RemoveDataIndexKeys.onResetCapture
onScroll?
optional
onScroll:UIEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
RemoveDataIndexKeys.onScroll
onScrollCapture?
optional
onScrollCapture:UIEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
RemoveDataIndexKeys.onScrollCapture
onScrollEnd?
optional
onScrollEnd:UIEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
RemoveDataIndexKeys.onScrollEnd
onScrollEndCapture?
optional
onScrollEndCapture:UIEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
RemoveDataIndexKeys.onScrollEndCapture
onSeeked?
optional
onSeeked:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
RemoveDataIndexKeys.onSeeked
onSeekedCapture?
optional
onSeekedCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
RemoveDataIndexKeys.onSeekedCapture
onSeeking?
optional
onSeeking:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2244
Inherited from
RemoveDataIndexKeys.onSeeking
onSeekingCapture?
optional
onSeekingCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2245
Inherited from
RemoveDataIndexKeys.onSeekingCapture
onSelect?
optional
onSelect:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
RemoveDataIndexKeys.onSelect
onSelectCapture?
optional
onSelectCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
RemoveDataIndexKeys.onSelectCapture
onStalled?
optional
onStalled:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
RemoveDataIndexKeys.onStalled
onStalledCapture?
optional
onStalledCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
RemoveDataIndexKeys.onStalledCapture
onSubmit?
optional
onSubmit:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2190
Inherited from
RemoveDataIndexKeys.onSubmit
onSubmitCapture?
optional
onSubmitCapture:FormEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2191
Inherited from
RemoveDataIndexKeys.onSubmitCapture
onSuspend?
optional
onSuspend:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
RemoveDataIndexKeys.onSuspend
onSuspendCapture?
optional
onSuspendCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
RemoveDataIndexKeys.onSuspendCapture
onTimeUpdate?
optional
onTimeUpdate:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
RemoveDataIndexKeys.onTimeUpdate
onTimeUpdateCapture?
optional
onTimeUpdateCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
RemoveDataIndexKeys.onTimeUpdateCapture
onToggle?
optional
onToggle:ToggleEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
RemoveDataIndexKeys.onToggle
onTouchCancel?
optional
onTouchCancel:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
RemoveDataIndexKeys.onTouchCancel
onTouchCancelCapture?
optional
onTouchCancelCapture:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
RemoveDataIndexKeys.onTouchCancelCapture
onTouchEnd?
optional
onTouchEnd:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
RemoveDataIndexKeys.onTouchEnd
onTouchEndCapture?
optional
onTouchEndCapture:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
RemoveDataIndexKeys.onTouchEndCapture
onTouchMove?
optional
onTouchMove:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
RemoveDataIndexKeys.onTouchMove
onTouchMoveCapture?
optional
onTouchMoveCapture:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
RemoveDataIndexKeys.onTouchMoveCapture
onTouchStart?
optional
onTouchStart:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
RemoveDataIndexKeys.onTouchStart
onTouchStartCapture?
optional
onTouchStartCapture:TouchEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
RemoveDataIndexKeys.onTouchStartCapture
onTransitionCancel?
optional
onTransitionCancel:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
RemoveDataIndexKeys.onTransitionCancel
onTransitionCancelCapture?
optional
onTransitionCancelCapture:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
RemoveDataIndexKeys.onTransitionCancelCapture
onTransitionEnd?
optional
onTransitionEnd:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
RemoveDataIndexKeys.onTransitionEnd
onTransitionEndCapture?
optional
onTransitionEndCapture:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
RemoveDataIndexKeys.onTransitionEndCapture
onTransitionRun?
optional
onTransitionRun:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
RemoveDataIndexKeys.onTransitionRun
onTransitionRunCapture?
optional
onTransitionRunCapture:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
RemoveDataIndexKeys.onTransitionRunCapture
onTransitionStart?
optional
onTransitionStart:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
RemoveDataIndexKeys.onTransitionStart
onTransitionStartCapture?
optional
onTransitionStartCapture:TransitionEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
RemoveDataIndexKeys.onTransitionStartCapture
onVolumeChange?
optional
onVolumeChange:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2252
Inherited from
RemoveDataIndexKeys.onVolumeChange
onVolumeChangeCapture?
optional
onVolumeChangeCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2253
Inherited from
RemoveDataIndexKeys.onVolumeChangeCapture
onWaiting?
optional
onWaiting:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
RemoveDataIndexKeys.onWaiting
onWaitingCapture?
optional
onWaitingCapture:ReactEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
RemoveDataIndexKeys.onWaitingCapture
onWheel?
optional
onWheel:WheelEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
RemoveDataIndexKeys.onWheel
onWheelCapture?
optional
onWheelCapture:WheelEventHandler
<HTMLElement
>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
RemoveDataIndexKeys.onWheelCapture
part?
optional
part:string
Defined in: node_modules/@types/react/index.d.ts:2757
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/propsUsingReact.ts:60
Path to this subcomponent's rule/group within the query.
Inherited from
ping?
optional
ping:string
Defined in: node_modules/@types/react/index.d.ts:2908
Inherited from
RemoveDataIndexKeys.ping
popover?
optional
popover:""
|"auto"
|"manual"
Defined in: node_modules/@types/react/index.d.ts:2731
Inherited from
RemoveDataIndexKeys.popover
popoverTarget?
optional
popoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2733
Inherited from
RemoveDataIndexKeys.popoverTarget
popoverTargetAction?
optional
popoverTargetAction:"toggle"
|"show"
|"hide"
Defined in: node_modules/@types/react/index.d.ts:2732
Inherited from
RemoveDataIndexKeys.popoverTargetAction
prefix?
optional
prefix:string
Defined in: node_modules/@types/react/index.d.ts:2709
Inherited from
RemoveDataIndexKeys.prefix
prefixCls?
optional
prefixCls:string
Defined in: node_modules/antd/es/button/button.d.ts:19
Inherited from
RemoveDataIndexKeys.prefixCls
property?
optional
property:string
Defined in: node_modules/@types/react/index.d.ts:2710
Inherited from
RemoveDataIndexKeys.property
radioGroup?
optional
radioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2699
Inherited from
RemoveDataIndexKeys.radioGroup
referrerPolicy?
optional
referrerPolicy:HTMLAttributeReferrerPolicy
Defined in: node_modules/@types/react/index.d.ts:2911
Inherited from
RemoveDataIndexKeys.referrerPolicy
rel?
optional
rel:string
Defined in: node_modules/@types/react/index.d.ts:2711
Inherited from
RemoveDataIndexKeys.rel
resource?
optional
resource:string
Defined in: node_modules/@types/react/index.d.ts:2712
Inherited from
RemoveDataIndexKeys.resource
results?
optional
results:number
Defined in: node_modules/@types/react/index.d.ts:2726
Inherited from
RemoveDataIndexKeys.results
rev?
optional
rev:string
Defined in: node_modules/@types/react/index.d.ts:2713
Inherited from
RemoveDataIndexKeys.rev
role?
optional
role:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2702
Inherited from
RemoveDataIndexKeys.role
rootClassName?
optional
rootClassName:string
Defined in: node_modules/antd/es/button/button.d.ts:21
Inherited from
RemoveDataIndexKeys.rootClassName
ruleOrGroup
ruleOrGroup:
RuleType
<string
,string
,any
,string
> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:279
The RuleType or RuleGroupType/RuleGroupTypeIC associated with this element.
Inherited from
ActionWithRulesProps
.ruleOrGroup
rules?
optional
rules:RuleOrGroupArray
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:291
Rules already present for this 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; value?: string | undefined; label: string; disabled?: boolean | undefined; name: string; }> | undefined; ... 9 more ...; className?: Clas...,operator
:string
) =>boolean
;defaultOperator?
:string
;defaultValue?
:any
;disabled?
:boolean
;id?
:string
;inputType?
:null
|InputType
;label
:string
;name
:string
;operators?
:FlexibleOptionList
<{[key
:string
]:unknown
;disabled?
:boolean
;label
:string
;name
:string
;value?
:string
; }>;placeholder?
:string
;validator?
:RuleValidator
;value
:string
;valueEditorType?
:ValueEditorType
| (operator
:string
) =>ValueEditorType
;values?
:FlexibleOptionList
<{[key
:string
]:unknown
;disabled?
:boolean
;label
:string
;name
:string
;value?
:string
; }>;valueSources?
:ValueSources
| (operator
:string
) =>ValueSources
; },string
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:89
All subcomponents receive the configuration schema as a prop.
Inherited from
security?
optional
security:string
Defined in: node_modules/@types/react/index.d.ts:2727
Inherited from
RemoveDataIndexKeys.security
shape?
optional
shape:"round"
|"circle"
|"default"
Defined in: node_modules/antd/es/button/button.d.ts:12
Inherited from
RemoveDataIndexKeys.shape
size?
optional
size:SizeType
Defined in: node_modules/antd/es/button/button.d.ts:13
Inherited from
RemoveDataIndexKeys.size
slot?
optional
slot:string
Defined in: node_modules/@types/react/index.d.ts:2691
Inherited from
RemoveDataIndexKeys.slot
spellCheck?
optional
spellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2692
Inherited from
RemoveDataIndexKeys.spellCheck
style?
optional
style:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2693
Inherited from
RemoveDataIndexKeys.style
styles?
optional
styles: {icon
:CSSProperties
; }
Defined in: node_modules/antd/es/button/button.d.ts:30
icon
icon:
CSSProperties
Inherited from
RemoveDataIndexKeys.styles
suppressContentEditableWarning?
optional
suppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2674
Inherited from
RemoveDataIndexKeys.suppressContentEditableWarning
suppressHydrationWarning?
optional
suppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2675
Inherited from
RemoveDataIndexKeys.suppressHydrationWarning
tabIndex?
optional
tabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2694
Inherited from
RemoveDataIndexKeys.tabIndex
target?
optional
target:HTMLAttributeAnchorTarget
Defined in: node_modules/@types/react/index.d.ts:2909
Inherited from
RemoveDataIndexKeys.target
testID?
optional
testID:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:85
Test ID for this component.
Inherited from
title?
optional
title:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:68
The title/tooltip for this control.
Inherited from
translate?
optional
translate:"yes"
|"no"
Defined in: node_modules/@types/react/index.d.ts:2696
Inherited from
RemoveDataIndexKeys.translate
type?
optional
type:"link"
|"text"
|"primary"
|"default"
|"dashed"
Defined in: node_modules/antd/es/button/button.d.ts:7
Inherited from
RemoveDataIndexKeys.type
typeof?
optional
typeof:string
Defined in: node_modules/@types/react/index.d.ts:2714
Inherited from
RemoveDataIndexKeys.typeof
unselectable?
optional
unselectable:"off"
|"on"
Defined in: node_modules/@types/react/index.d.ts:2728
Inherited from
RemoveDataIndexKeys.unselectable
validation?
optional
validation:boolean
|ValidationResult
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:81
Validation result of the parent rule/group.
Inherited from
ActionWithRulesProps
.validation
value?
optional
value:string
|number
| readonlystring
[]
Defined in: node_modules/@types/react/index.d.ts:2953
Inherited from
RemoveDataIndexKeys.value
variant?
optional
variant:"link"
|"text"
|"dashed"
|"outlined"
|"solid"
|"filled"
Defined in: node_modules/antd/es/button/button.d.ts:9
Inherited from
RemoveDataIndexKeys.variant
vocab?
optional
vocab:string
Defined in: node_modules/@types/react/index.d.ts:2715
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.