Skip to main content

TremorActionProps

Defined in: packages/tremor/src/TremorActionElement.tsx:9

Extends

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

ParameterType
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

ButtonProps.about


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2678

Inherited from

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2395

Inherited from

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.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

ButtonProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: string & { } | "none" | "off" | "on" | "sentences" | "words" | "characters"

Defined in: node_modules/@types/react/index.d.ts:2679

Inherited from

ButtonProps.autoCapitalize


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2718

Inherited from

ButtonProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2680

Inherited from

ButtonProps.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2719

Inherited from

ButtonProps.autoSave


children?

optional children: ReactNode

Defined in: node_modules/@types/react/index.d.ts:2152

Inherited from

ButtonProps.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


color?

optional color: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose"

Defined in: node_modules/@tremor/react/dist/index.d.ts:239

Inherited from

ButtonProps.color


content?

optional content: string

Defined in: node_modules/@types/react/index.d.ts:2706

Inherited from

ButtonProps.content


contentEditable?

optional contentEditable: Booleanish | "inherit" | "plaintext-only"

Defined in: node_modules/@types/react/index.d.ts:2682

Inherited from

ButtonProps.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

ActionWithRulesProps.context


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2683

Inherited from

ButtonProps.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: { __html: string | TrustedHTML; }

Defined in: node_modules/@types/react/index.d.ts:2153

__html

__html: string | TrustedHTML

Inherited from

ButtonProps.dangerouslySetInnerHTML


datatype?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2707

Inherited from

ButtonProps.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@types/react/index.d.ts:2672

Inherited from

ButtonProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2673

Inherited from

ButtonProps.defaultValue


dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2684

Inherited from

ButtonProps.dir


disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:72

Disables the control.

Inherited from

ActionWithRulesProps.disabled


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


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2685

Inherited from

ButtonProps.draggable


enterKeyHint?

optional enterKeyHint: "search" | "done" | "enter" | "go" | "next" | "previous" | "send"

Defined in: node_modules/@types/react/index.d.ts:2686

Inherited from

ButtonProps.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

ButtonProps.exportparts


form?

optional form: string

Defined in: node_modules/@types/react/index.d.ts:2939

Inherited from

ButtonProps.form


formAction?

optional formAction: string | (formData: FormData) => void | Promise<void>

Defined in: node_modules/@types/react/index.d.ts:2940

Inherited from

ButtonProps.formAction


formEncType?

optional formEncType: string

Defined in: node_modules/@types/react/index.d.ts:2947

Inherited from

ButtonProps.formEncType


formMethod?

optional formMethod: string

Defined in: node_modules/@types/react/index.d.ts:2948

Inherited from

ButtonProps.formMethod


formNoValidate?

optional formNoValidate: boolean

Defined in: node_modules/@types/react/index.d.ts:2949

Inherited from

ButtonProps.formNoValidate


formTarget?

optional formTarget: string

Defined in: node_modules/@types/react/index.d.ts:2950

Inherited from

ButtonProps.formTarget


hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2687

Inherited from

ButtonProps.hidden


icon?

optional icon: ElementType<any, keyof IntrinsicElements>

Defined in: node_modules/@tremor/react/dist/index.d.ts:236

Inherited from

ButtonProps.icon


iconPosition?

optional iconPosition: HorizontalPosition

Defined in: node_modules/@tremor/react/dist/index.d.ts:237

Inherited from

ButtonProps.iconPosition


id?

optional id: string

Defined in: node_modules/@types/react/index.d.ts:2688

Inherited from

ButtonProps.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

ButtonProps.inert


inlist?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2708

Inherited from

ButtonProps.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

ButtonProps.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

ButtonProps.is


itemID?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2724

Inherited from

ButtonProps.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2721

Inherited from

ButtonProps.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2725

Inherited from

ButtonProps.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2722

Inherited from

ButtonProps.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2723

Inherited from

ButtonProps.itemType


label?

optional label: ReactNode

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:267

Visible text.

Inherited from

ActionWithRulesProps.label


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2689

Inherited from

ButtonProps.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

ActionWithRulesProps.level


loading?

optional loading: boolean

Defined in: node_modules/@tremor/react/dist/index.d.ts:242

Inherited from

ButtonProps.loading


loadingText?

optional loadingText: string

Defined in: node_modules/@tremor/react/dist/index.d.ts:243

Inherited from

ButtonProps.loadingText


name?

optional name: string

Defined in: node_modules/@types/react/index.d.ts:2951

Inherited from

ButtonProps.name


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2690

Inherited from

ButtonProps.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2212

Inherited from

ButtonProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2213

Inherited from

ButtonProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

ButtonProps.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

ButtonProps.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2344

Inherited from

ButtonProps.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2345

Inherited from

ButtonProps.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2340

Inherited from

ButtonProps.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2341

Inherited from

ButtonProps.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2258

Inherited from

ButtonProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2259

Inherited from

ButtonProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2184

Inherited from

ButtonProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2185

Inherited from

ButtonProps.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2349

Inherited from

ButtonProps.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2178

Inherited from

ButtonProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2179

Inherited from

ButtonProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2214

Inherited from

ButtonProps.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2215

Inherited from

ButtonProps.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2216

Inherited from

ButtonProps.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2217

Inherited from

ButtonProps.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2182

Inherited from

ButtonProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2183

Inherited from

ButtonProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2260

Inherited from

ButtonProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2261

Inherited from

ButtonProps.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2168

Inherited from

ButtonProps.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2169

Inherited from

ButtonProps.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2170

Inherited from

ButtonProps.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2171

Inherited from

ButtonProps.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2172

Inherited from

ButtonProps.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2173

Inherited from

ButtonProps.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2262

Inherited from

ButtonProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2263

Inherited from

ButtonProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2160

Inherited from

ButtonProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2161

Inherited from

ButtonProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2162

Inherited from

ButtonProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2163

Inherited from

ButtonProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2264

Inherited from

ButtonProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2265

Inherited from

ButtonProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2266

Inherited from

ButtonProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2267

Inherited from

ButtonProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2268

Inherited from

ButtonProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2269

Inherited from

ButtonProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2270

Inherited from

ButtonProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2271

Inherited from

ButtonProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2272

Inherited from

ButtonProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2273

Inherited from

ButtonProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2274

Inherited from

ButtonProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

ButtonProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

ButtonProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2277

Inherited from

ButtonProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2278

Inherited from

ButtonProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

ButtonProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

ButtonProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2281

Inherited from

ButtonProps.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2218

Inherited from

ButtonProps.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2219

Inherited from

ButtonProps.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2220

Inherited from

ButtonProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2221

Inherited from

ButtonProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2222

Inherited from

ButtonProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2223

Inherited from

ButtonProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2224

Inherited from

ButtonProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2225

Inherited from

ButtonProps.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2198

Inherited from

ButtonProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2199

Inherited from

ButtonProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2176

Inherited from

ButtonProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2177

Inherited from

ButtonProps.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

ButtonProps.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2325

Inherited from

ButtonProps.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2186

Inherited from

ButtonProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2187

Inherited from

ButtonProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2192

Inherited from

ButtonProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2193

Inherited from

ButtonProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2202

Inherited from

ButtonProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2203

Inherited from

ButtonProps.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2205

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

ButtonProps.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2207

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

ButtonProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2208

Inherited from

ButtonProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2209

Inherited from

ButtonProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2196

Inherited from

ButtonProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2197

Inherited from

ButtonProps.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2226

Inherited from

ButtonProps.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2227

Inherited from

ButtonProps.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2228

Inherited from

ButtonProps.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2229

Inherited from

ButtonProps.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2230

Inherited from

ButtonProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2231

Inherited from

ButtonProps.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2326

Inherited from

ButtonProps.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

ButtonProps.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2282

Inherited from

ButtonProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

ButtonProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

ButtonProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

ButtonProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

ButtonProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2287

Inherited from

ButtonProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2288

Inherited from

ButtonProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2289

Inherited from

ButtonProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2290

Inherited from

ButtonProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

ButtonProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

ButtonProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

ButtonProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2164

Inherited from

ButtonProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2165

Inherited from

ButtonProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2232

Inherited from

ButtonProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2233

Inherited from

ButtonProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2234

Inherited from

ButtonProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2235

Inherited from

ButtonProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2236

Inherited from

ButtonProps.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2237

Inherited from

ButtonProps.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2316

Inherited from

ButtonProps.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2317

Inherited from

ButtonProps.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2310

Inherited from

ButtonProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2311

Inherited from

ButtonProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2318

Inherited from

ButtonProps.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2319

Inherited from

ButtonProps.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

ButtonProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2313

Inherited from

ButtonProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Inherited from

ButtonProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

ButtonProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2320

Inherited from

ButtonProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2321

Inherited from

ButtonProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2314

Inherited from

ButtonProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2315

Inherited from

ButtonProps.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2238

Inherited from

ButtonProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2239

Inherited from

ButtonProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2240

Inherited from

ButtonProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2241

Inherited from

ButtonProps.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2188

Inherited from

ButtonProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2189

Inherited from

ButtonProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2330

Inherited from

ButtonProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

ButtonProps.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

ButtonProps.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

ButtonProps.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2242

Inherited from

ButtonProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2243

Inherited from

ButtonProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2244

Inherited from

ButtonProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2245

Inherited from

ButtonProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2296

Inherited from

ButtonProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2297

Inherited from

ButtonProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2246

Inherited from

ButtonProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2247

Inherited from

ButtonProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2190

Inherited from

ButtonProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2191

Inherited from

ButtonProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2248

Inherited from

ButtonProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2249

Inherited from

ButtonProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2250

Inherited from

ButtonProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2251

Inherited from

ButtonProps.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

ButtonProps.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2300

Inherited from

ButtonProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2301

Inherited from

ButtonProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2302

Inherited from

ButtonProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

ButtonProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2304

Inherited from

ButtonProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2305

Inherited from

ButtonProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

ButtonProps.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2307

Inherited from

ButtonProps.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2352

Inherited from

ButtonProps.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2353

Inherited from

ButtonProps.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

ButtonProps.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2355

Inherited from

ButtonProps.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2356

Inherited from

ButtonProps.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2357

Inherited from

ButtonProps.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

ButtonProps.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2359

Inherited from

ButtonProps.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2252

Inherited from

ButtonProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2253

Inherited from

ButtonProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2254

Inherited from

ButtonProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2255

Inherited from

ButtonProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

ButtonProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

ButtonProps.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

ButtonProps.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

ActionWithRulesProps.path


popover?

optional popover: "" | "auto" | "manual"

Defined in: node_modules/@types/react/index.d.ts:2731

Inherited from

ButtonProps.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2733

Inherited from

ButtonProps.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Defined in: node_modules/@types/react/index.d.ts:2732

Inherited from

ButtonProps.popoverTargetAction


prefix?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2709

Inherited from

ButtonProps.prefix


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2710

Inherited from

ButtonProps.property


radioGroup?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2699

Inherited from

ButtonProps.radioGroup


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2711

Inherited from

ButtonProps.rel


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2712

Inherited from

ButtonProps.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2726

Inherited from

ButtonProps.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2713

Inherited from

ButtonProps.rev


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2702

Inherited from

ButtonProps.role


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

ActionWithRulesProps.rules


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

ActionWithRulesProps.schema


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2727

Inherited from

ButtonProps.security


size?

optional size: "xs" | "sm" | "md" | "lg" | "xl"

Defined in: node_modules/@tremor/react/dist/index.d.ts:238

Inherited from

ButtonProps.size


slot?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2691

Inherited from

ButtonProps.slot


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2692

Inherited from

ButtonProps.spellCheck


style?

optional style: CSSProperties

Defined in: node_modules/@types/react/index.d.ts:2693

Inherited from

ButtonProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2674

Inherited from

ButtonProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2675

Inherited from

ButtonProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Defined in: node_modules/@types/react/index.d.ts:2694

Inherited from

ButtonProps.tabIndex


testID?

optional testID: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:85

Test ID for this component.

Inherited from

ActionWithRulesProps.testID


title?

optional title: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:68

The title/tooltip for this control.

Inherited from

ActionWithRulesProps.title


tooltip?

optional tooltip: string

Defined in: node_modules/@tremor/react/dist/index.d.ts:244

Inherited from

ButtonProps.tooltip


translate?

optional translate: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2696

Inherited from

ButtonProps.translate


type?

optional type: "button" | "reset" | "submit"

Defined in: node_modules/@types/react/index.d.ts:2952

Inherited from

ButtonProps.type


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2714

Inherited from

ButtonProps.typeof


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2728

Inherited from

ButtonProps.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 | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2953

Inherited from

ButtonProps.value


variant?

optional variant: ButtonVariant

Defined in: node_modules/@tremor/react/dist/index.d.ts:240

Inherited from

ButtonProps.variant


vocab?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2715

Inherited from

ButtonProps.vocab


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.