Skip to main content
Version: 1.1.0

IActionButtonProps

@spartanfx/react v1.1.0


@spartanfx/react / index / IActionButtonProps

Interface: IActionButtonProps

Props for ActionButton. A drop-in for Fluent's ActionButton: same IButtonProps surface (text, onClick, disabled, checked, menuProps, styles, …), but the glyph is an in-house icon name instead of iconProps={{ iconName }}. *

Extends

  • Omit<IButtonProps, "iconProps" | "onRenderIcon" | "menuIconProps" | "onRenderMenuIcon">

Properties

PropertyTypeDescriptionOverridesInherited from
about?string--Omit.about
accept?string--Omit.accept
acceptCharset?string--Omit.acceptCharset
accessKey?string--Omit.accessKey
action?string--Omit.action
allowDisabledFocus?booleanWhether the button can have focus in disabled mode-Omit.allowDisabledFocus
allowFullScreen?boolean--Omit.allowFullScreen
allowTransparency?boolean--Omit.allowTransparency
alt?string--Omit.alt
aria-activedescendant?stringIdentifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.-Omit.aria-activedescendant
aria-atomic?BooleanishIndicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.-Omit.aria-atomic
aria-autocomplete?"list" | "none" | "inline" | "both"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.-Omit.aria-autocomplete
aria-busy?BooleanishIndicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.-Omit.aria-busy
aria-checked?boolean | "true" | "false" | "mixed"Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected.-Omit.aria-checked
aria-colcount?numberDefines the total number of columns in a table, grid, or treegrid. See aria-colindex.-Omit.aria-colcount
aria-colindex?numberDefines 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.-Omit.aria-colindex
aria-colspan?numberDefines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-colindex - aria-rowspan.-Omit.aria-colspan
aria-controls?stringIdentifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns.-Omit.aria-controls
aria-current?boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date"Indicates the element that represents the current item within a container or set of related elements.-Omit.aria-current
aria-describedby?stringIdentifies the element (or elements) that describes the object. See aria-labelledby-Omit.aria-describedby
aria-details?stringIdentifies the element that provides a detailed, extended description for the object. See aria-describedby.-Omit.aria-details
aria-disabled?BooleanishIndicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly.-Omit.aria-disabled
aria-dropeffect?"link" | "none" | "copy" | "execute" | "move" | "popup"Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1-Omit.aria-dropeffect
aria-errormessage?stringIdentifies the element that provides an error message for the object. See - aria-invalid - aria-describedby.-Omit.aria-errormessage
aria-expanded?BooleanishIndicates whether the element, or another grouping element it controls, is currently expanded or collapsed.-Omit.aria-expanded
aria-flowto?stringIdentifies 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.-Omit.aria-flowto
aria-grabbed?BooleanishIndicates an element's "grabbed" state in a drag-and-drop operation. Deprecated in ARIA 1.1-Omit.aria-grabbed
aria-haspopup?| boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree"Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.-Omit.aria-haspopup
aria-hidden?BooleanishIndicates whether the element is exposed to an accessibility API. See aria-disabled.-Omit.aria-hidden
aria-invalid?boolean | "true" | "false" | "grammar" | "spelling"Indicates the entered value does not conform to the format expected by the application. See aria-errormessage.-Omit.aria-invalid
aria-keyshortcuts?stringIndicates keyboard shortcuts that an author has implemented to activate or give focus to an element.-Omit.aria-keyshortcuts
aria-label?stringDefines a string value that labels the current element. See aria-labelledby.-Omit.aria-label
aria-labelledby?stringIdentifies the element (or elements) that labels the current element. See aria-describedby.-Omit.aria-labelledby
aria-level?numberDefines the hierarchical level of an element within a structure.-Omit.aria-level
aria-live?"off" | "assertive" | "polite"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.-Omit.aria-live
aria-modal?BooleanishIndicates whether an element is modal when displayed.-Omit.aria-modal
aria-multiline?BooleanishIndicates whether a text box accepts multiple lines of input or only a single line.-Omit.aria-multiline
aria-multiselectable?BooleanishIndicates that the user may select more than one item from the current selectable descendants.-Omit.aria-multiselectable
aria-orientation?"horizontal" | "vertical"Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.-Omit.aria-orientation
aria-owns?stringIdentifies 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.-Omit.aria-owns
aria-placeholder?stringDefines 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.-Omit.aria-placeholder
aria-posinset?numberDefines 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.-Omit.aria-posinset
aria-pressed?boolean | "true" | "false" | "mixed"Indicates the current "pressed" state of toggle buttons. See - aria-checked - aria-selected.-Omit.aria-pressed
aria-readonly?BooleanishIndicates that the element is not editable, but is otherwise operable. See aria-disabled.-Omit.aria-readonly
aria-relevant?| "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See aria-atomic.-Omit.aria-relevant
aria-required?BooleanishIndicates that user input is required on the element before a form may be submitted.-Omit.aria-required
aria-roledescription?stringDefines a human-readable, author-localized description for the role of an element.-Omit.aria-roledescription
aria-rowcount?numberDefines the total number of rows in a table, grid, or treegrid. See aria-rowindex.-Omit.aria-rowcount
aria-rowindex?numberDefines 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.-Omit.aria-rowindex
aria-rowspan?numberDefines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-rowindex - aria-colspan.-Omit.aria-rowspan
aria-selected?BooleanishIndicates the current "selected" state of various widgets. See - aria-checked - aria-pressed.-Omit.aria-selected
aria-setsize?numberDefines 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.-Omit.aria-setsize
aria-sort?"none" | "ascending" | "descending" | "other"Indicates if items in a table or grid are sorted in ascending or descending order.-Omit.aria-sort
aria-valuemax?numberDefines the maximum allowed value for a range widget.-Omit.aria-valuemax
aria-valuemin?numberDefines the minimum allowed value for a range widget.-Omit.aria-valuemin
aria-valuenow?numberDefines the current value for a range widget. See aria-valuetext.-Omit.aria-valuenow
aria-valuetext?stringDefines the human readable text alternative of aria-valuenow for a range widget.-Omit.aria-valuetext
ariaDescription?stringDetailed description of the button for the benefit of screen readers. Besides the compound button, other button types will need more information provided to screen reader.-Omit.ariaDescription
ariaHidden?booleanIf true, add an aria-hidden attribute instructing screen readers to ignore the element.-Omit.ariaHidden
ariaLabel?stringThe aria label of the button for the benefit of screen readers.-Omit.ariaLabel
as?string--Omit.as
async?boolean--Omit.async
autoCapitalize?string--Omit.autoCapitalize
autoComplete?string--Omit.autoComplete
autoCorrect?string--Omit.autoCorrect
autoFocus?boolean--Omit.autoFocus
autoPlay?boolean--Omit.autoPlay
autoSave?string--Omit.autoSave
buttonType?ButtonTypeDefaultvalue ButtonType.default Deprecated Deprecated at v1.2.3, to be removed at >= v2.0.0. Use specific button component instead.-Omit.buttonType
capture?boolean | "user" | "environment"--Omit.capture
cellPadding?string | number--Omit.cellPadding
cellSpacing?string | number--Omit.cellSpacing
challenge?string--Omit.challenge
charSet?string--Omit.charSet
checked?booleanWhether the button is checked. Should be used with the toggle attribute when creating a standalone on/off button.-Omit.checked
children?ReactNode--Omit.children
cite?string--Omit.cite
classID?string--Omit.classID
className?stringIf provided, additional class name to provide on the root element.-Omit.className
color?string--Omit.color
cols?number--Omit.cols
colSpan?number--Omit.colSpan
componentRef?IRefObject<IButton>Optional callback to access the IButton interface. Use this instead of ref for accessing the public methods and properties of the component.-Omit.componentRef
content?string--Omit.content
contentEditable?Booleanish | "inherit"--Omit.contentEditable
contextMenu?string--Omit.contextMenu
controls?boolean--Omit.controls
coords?string--Omit.coords
crossOrigin?string--Omit.crossOrigin
dangerouslySetInnerHTML?object--Omit.dangerouslySetInnerHTML
dangerouslySetInnerHTML.__htmlstring---
data?anyAny custom data the developer wishes to associate with the button.-Omit.data
datatype?string--Omit.datatype
dateTime?string--Omit.dateTime
default?boolean--Omit.default
defaultChecked?boolean--Omit.defaultChecked
defaultRender?anyyet unknown docs-Omit.defaultRender
defaultValue?string | number | readonly string[]--Omit.defaultValue
defer?boolean--Omit.defer
description?stringStyle for the description text if applicable (for compound buttons). Deprecated Use secondaryText instead.-Omit.description
dir?string--Omit.dir
disabled?booleanWhether the button is disabled-Omit.disabled
download?any--Omit.download
draggable?Booleanish--Omit.draggable
elementRef?Ref<HTMLElement>Optional callback to access the root DOM element. Deprecated Temporary solution which will be replaced with ref in the V8 release.-Omit.elementRef
encType?string--Omit.encType
form?string--Omit.form
formAction?string--Omit.formAction
formEncType?string--Omit.formEncType
formMethod?string--Omit.formMethod
formNoValidate?boolean--Omit.formNoValidate
formTarget?string--Omit.formTarget
frameBorder?string | number--Omit.frameBorder
getClassNames?(theme, className, variantClassName, iconClassName, menuIconClassName, disabled, checked, expanded, hasMenu, isSplit, allowDisabledFocus) => IButtonClassNamesMethod to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.ts. Defaultvalue getBaseButtonClassNames-Omit.getClassNames
getSplitButtonClassNames?(disabled, expanded, checked, allowDisabledFocus) => ISplitButtonClassNamesMethod to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.ts. Defaultvalue getBaseSplitButtonClassNames-Omit.getSplitButtonClassNames
headers?string--Omit.headers
height?string | number--Omit.height
hidden?boolean--Omit.hidden
high?number--Omit.high
href?stringIf provided, this component will be rendered as an anchor. Defaultvalue ElementType.anchor-Omit.href
hrefLang?string--Omit.hrefLang
htmlFor?string--Omit.htmlFor
httpEquiv?string--Omit.httpEquiv
iconColor?stringGlyph color. Defaults to the theme accent (matching Fluent ActionButton); also honors styles={{ icon: { color } }}. Set explicitly to override.--
iconSize?numberPixel size of the glyph. Default 16.--
id?string--Omit.id
inlist?any--Omit.inlist
inputMode?| "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal"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-Omit.inputMode
integrity?string--Omit.integrity
is?stringSpecify 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-Omit.is
itemID?string--Omit.itemID
itemProp?string--Omit.itemProp
itemRef?string--Omit.itemRef
itemScope?boolean--Omit.itemScope
itemType?string--Omit.itemType
keyParams?string--Omit.keyParams
keytipProps?IKeytipPropsOptional keytip for this button-Omit.keytipProps
keyType?string--Omit.keyType
kind?string--Omit.kind
label?string--Omit.label
lang?string--Omit.lang
list?string--Omit.list
loop?boolean--Omit.loop
low?number--Omit.low
manifest?string--Omit.manifest
marginHeight?number--Omit.marginHeight
marginWidth?number--Omit.marginWidth
max?string | number--Omit.max
maxLength?number--Omit.maxLength
media?string--Omit.media
mediaGroup?string--Omit.mediaGroup
menuAs?IComponentAs<IContextualMenuProps>Render a custom menu in place of the normal one.-Omit.menuAs
menuProps?IContextualMenuPropsProps for button menu. Providing this will default to showing the menu icon. See menuIconProps for overriding how the default icon looks. Providing this in addition to onClick and setting the split property to true will render a SplitButton.-Omit.menuProps
menuTriggerKeyCode?numberProvides a custom KeyCode that can be used to open the button menu. A value of null can be provided to disable opening the button menu with a key press. Default KeyCodes.down-Omit.menuTriggerKeyCode
method?string--Omit.method
min?string | number--Omit.min
minLength?number--Omit.minLength
multiple?boolean--Omit.multiple
muted?boolean--Omit.muted
name?stringIn-house glyph to render to the left of the text (see SpartanIconName). Optional — omit for a text-only command button.Omit.name-
nonce?string--Omit.nonce
noValidate?boolean--Omit.noValidate
onAbort?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAbort
onAbortCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAbortCapture
onAfterMenuDismiss?() => voidCallback that runs after Button's contextual menu was closed (removed from the DOM)-Omit.onAfterMenuDismiss
onAnimationEnd?AnimationEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAnimationEnd
onAnimationEndCapture?AnimationEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAnimationEndCapture
onAnimationIteration?AnimationEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAnimationIteration
onAnimationIterationCapture?AnimationEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAnimationIterationCapture
onAnimationStart?AnimationEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAnimationStart
onAnimationStartCapture?AnimationEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAnimationStartCapture
onAuxClick?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAuxClick
onAuxClickCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onAuxClickCapture
onBeforeInput?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onBeforeInput
onBeforeInputCapture?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onBeforeInputCapture
onBlur?FocusEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onBlur
onBlurCapture?FocusEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onBlurCapture
onCanPlay?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCanPlay
onCanPlayCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCanPlayCapture
onCanPlayThrough?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCanPlayThrough
onCanPlayThroughCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCanPlayThroughCapture
onChange?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onChange
onChangeCapture?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onChangeCapture
onClick?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onClick
onClickCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onClickCapture
onCompositionEnd?CompositionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCompositionEnd
onCompositionEndCapture?CompositionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCompositionEndCapture
onCompositionStart?CompositionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCompositionStart
onCompositionStartCapture?CompositionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCompositionStartCapture
onCompositionUpdate?CompositionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCompositionUpdate
onCompositionUpdateCapture?CompositionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCompositionUpdateCapture
onContextMenu?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onContextMenu
onContextMenuCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onContextMenuCapture
onCopy?ClipboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCopy
onCopyCapture?ClipboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCopyCapture
onCut?ClipboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCut
onCutCapture?ClipboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onCutCapture
onDoubleClick?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDoubleClick
onDoubleClickCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDoubleClickCapture
onDrag?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDrag
onDragCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragCapture
onDragEnd?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragEnd
onDragEndCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragEndCapture
onDragEnter?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragEnter
onDragEnterCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragEnterCapture
onDragExit?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragExit
onDragExitCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragExitCapture
onDragLeave?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragLeave
onDragLeaveCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragLeaveCapture
onDragOver?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragOver
onDragOverCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragOverCapture
onDragStart?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragStart
onDragStartCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDragStartCapture
onDrop?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDrop
onDropCapture?DragEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDropCapture
onDurationChange?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDurationChange
onDurationChangeCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onDurationChangeCapture
onEmptied?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onEmptied
onEmptiedCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onEmptiedCapture
onEncrypted?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onEncrypted
onEncryptedCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onEncryptedCapture
onEnded?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onEnded
onEndedCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onEndedCapture
onError?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onError
onErrorCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onErrorCapture
onFocus?FocusEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onFocus
onFocusCapture?FocusEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onFocusCapture
onGotPointerCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onGotPointerCapture
onGotPointerCaptureCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onGotPointerCaptureCapture
onInput?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onInput
onInputCapture?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onInputCapture
onInvalid?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onInvalid
onInvalidCapture?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onInvalidCapture
onKeyDown?KeyboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onKeyDown
onKeyDownCapture?KeyboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onKeyDownCapture
onKeyPress?KeyboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>Deprecated-Omit.onKeyPress
onKeyPressCapture?KeyboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>Deprecated-Omit.onKeyPressCapture
onKeyUp?KeyboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onKeyUp
onKeyUpCapture?KeyboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onKeyUpCapture
onLoad?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoad
onLoadCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadCapture
onLoadedData?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadedData
onLoadedDataCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadedDataCapture
onLoadedMetadata?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadedMetadata
onLoadedMetadataCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadedMetadataCapture
onLoadStart?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadStart
onLoadStartCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLoadStartCapture
onLostPointerCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLostPointerCapture
onLostPointerCaptureCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onLostPointerCaptureCapture
onMenuClick?(ev?, button?) => voidOptional callback when menu is clicked.-Omit.onMenuClick
onMouseDown?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseDown
onMouseDownCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseDownCapture
onMouseEnter?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseEnter
onMouseLeave?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseLeave
onMouseMove?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseMove
onMouseMoveCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseMoveCapture
onMouseOut?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseOut
onMouseOutCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseOutCapture
onMouseOver?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseOver
onMouseOverCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseOverCapture
onMouseUp?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseUp
onMouseUpCapture?MouseEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onMouseUpCapture
onPaste?ClipboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPaste
onPasteCapture?ClipboardEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPasteCapture
onPause?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPause
onPauseCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPauseCapture
onPlay?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPlay
onPlayCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPlayCapture
onPlaying?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPlaying
onPlayingCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPlayingCapture
onPointerCancel?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerCancel
onPointerCancelCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerCancelCapture
onPointerDown?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerDown
onPointerDownCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerDownCapture
onPointerEnter?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerEnter
onPointerEnterCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerEnterCapture
onPointerLeave?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerLeave
onPointerLeaveCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerLeaveCapture
onPointerMove?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerMove
onPointerMoveCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerMoveCapture
onPointerOut?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerOut
onPointerOutCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerOutCapture
onPointerOver?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerOver
onPointerOverCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerOverCapture
onPointerUp?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerUp
onPointerUpCapture?PointerEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onPointerUpCapture
onProgress?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onProgress
onProgressCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onProgressCapture
onRateChange?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onRateChange
onRateChangeCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onRateChangeCapture
onRenderAriaDescription?IRenderFunction<IButtonProps>Custom render function for the aria description element.-Omit.onRenderAriaDescription
onRenderChildren?IRenderFunction<IButtonProps>Custom render function for rendering the button children.-Omit.onRenderChildren
onRenderDescription?IRenderFunction<IButtonProps>Custom render function for the description text.-Omit.onRenderDescription
onRenderMenu?IRenderFunction<IContextualMenuProps>Deprecated Deprecated at v6.3.2, to be removed at >= v7.0.0. Use menuAs instead.-Omit.onRenderMenu
onRenderText?IRenderFunction<IButtonProps>Custom render function for the label text.-Omit.onRenderText
onReset?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onReset
onResetCapture?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onResetCapture
onScroll?UIEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onScroll
onScrollCapture?UIEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onScrollCapture
onSeeked?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSeeked
onSeekedCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSeekedCapture
onSeeking?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSeeking
onSeekingCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSeekingCapture
onSelect?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSelect
onSelectCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSelectCapture
onStalled?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onStalled
onStalledCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onStalledCapture
onSubmit?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSubmit
onSubmitCapture?FormEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSubmitCapture
onSuspend?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSuspend
onSuspendCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onSuspendCapture
onTimeUpdate?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTimeUpdate
onTimeUpdateCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTimeUpdateCapture
onTouchCancel?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchCancel
onTouchCancelCapture?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchCancelCapture
onTouchEnd?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchEnd
onTouchEndCapture?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchEndCapture
onTouchMove?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchMove
onTouchMoveCapture?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchMoveCapture
onTouchStart?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchStart
onTouchStartCapture?TouchEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTouchStartCapture
onTransitionEnd?TransitionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTransitionEnd
onTransitionEndCapture?TransitionEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onTransitionEndCapture
onVolumeChange?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onVolumeChange
onVolumeChangeCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onVolumeChangeCapture
onWaiting?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onWaiting
onWaitingCapture?ReactEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onWaitingCapture
onWheel?WheelEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onWheel
onWheelCapture?WheelEventHandler< | HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>--Omit.onWheelCapture
open?boolean--Omit.open
optimum?number--Omit.optimum
pattern?string--Omit.pattern
persistMenu?booleanMenu will not be created or destroyed when opened or closed, instead it will be hidden. This will improve perf of the menu opening but could potentially impact overall perf by having more elements in the dom. Should only be used when menu perf is important. Note: This may increase the amount of time it takes for the button itself to mount.-Omit.persistMenu
placeholder?string--Omit.placeholder
playsInline?boolean--Omit.playsInline
poster?string--Omit.poster
prefix?string--Omit.prefix
preload?string--Omit.preload
primary?booleanChanges the visual presentation of the button to be emphasized. Defaultvalue false-Omit.primary
primaryActionButtonProps?IButtonPropsOptional props to be applied only to the primary action button of SplitButton and not to the overall SplitButton container-Omit.primaryActionButtonProps
primaryDisabled?booleanIf set to true and this is a split button (split is true), the split button's primary action is disabled.-Omit.primaryDisabled
property?string--Omit.property
radioGroup?string--Omit.radioGroup
readOnly?boolean--Omit.readOnly
rel?string--Omit.rel
renderPersistedMenuHiddenOnMount?booleanIf true, the persisted menu is rendered hidden when the button initially mounts. Non-persisted menus will not be in the component tree unless they are being shown. Note: This increases the time the button will take to mount, but can improve perceived menu open perf. when the user opens the menu. Defaultvalue undefined, equivalent to false Deprecated There is known bug in Edge when this prop is true where scrollbars overlap with the content when a menu is first rendered hidden. Please do not start using this. If you are already using this, please make sure that you are doing so only in non-Edge browsers. See: https://github.com/microsoft/fluentui/issues/9034-Omit.renderPersistedMenuHiddenOnMount
required?boolean--Omit.required
resource?string--Omit.resource
results?number--Omit.results
reversed?boolean--Omit.reversed
role?AriaRole--Omit.role
rootProps?| ButtonHTMLAttributes<HTMLButtonElement> | AnchorHTMLAttributes<HTMLAnchorElement>Deprecated Deprecated at v0.56.2, to be removed at >= v1.0.0. Use native props on the Button itself instead. They will be mixed into the button/anchor element rendered by the component.-Omit.rootProps
rows?number--Omit.rows
rowSpan?number--Omit.rowSpan
sandbox?string--Omit.sandbox
scope?string--Omit.scope
scoped?boolean--Omit.scoped
scrolling?string--Omit.scrolling
seamless?boolean--Omit.seamless
secondaryText?stringDescription of the action this button takes. Only used for compound buttons.-Omit.secondaryText
security?string--Omit.security
selected?boolean--Omit.selected
shape?string--Omit.shape
size?number--Omit.size
sizes?string--Omit.sizes
slot?string--Omit.slot
span?number--Omit.span
spellCheck?Booleanish--Omit.spellCheck
split?booleanIf set to true, and if menuProps and onClick are provided, the button will render as a SplitButton. Default false-Omit.split
splitButtonAriaLabel?stringAccessible label for the dropdown chevron button if this button is split.-Omit.splitButtonAriaLabel
splitButtonMenuProps?IButtonPropsExperimental prop that get passed into the menuButton that's rendered as part of split button. Anything passed in will likely need to have accompanying style changes.-Omit.splitButtonMenuProps
src?string--Omit.src
srcDoc?string--Omit.srcDoc
srcLang?string--Omit.srcLang
srcSet?string--Omit.srcSet
start?number--Omit.start
step?string | number--Omit.step
style?CSSProperties--Omit.style
styles?IButtonStylesCustom styling for individual elements within the button DOM.-Omit.styles
summary?string--Omit.summary
suppressContentEditableWarning?boolean--Omit.suppressContentEditableWarning
suppressHydrationWarning?boolean--Omit.suppressHydrationWarning
tabIndex?number--Omit.tabIndex
target?string--Omit.target
text?stringText to render button label. If text is supplied, it will override any string in button children. Other children components will be passed through after the text.-Omit.text
theme?IThemeTheme provided by HOC.-Omit.theme
title?string--Omit.title
toggle?booleanWhether button is a toggle button with distinct on and off states. This should be true for buttons that permanently change state when a press event finishes, such as a volume mute button.-Omit.toggle
toggled?booleanDeprecated No longer used. Use checked if setting state.-Omit.toggled
translate?"no" | "yes"--Omit.translate
type?string--Omit.type
typeof?string--Omit.typeof
uniqueId?string | numberUnique ID to identify the item. Typically a duplicate of key value.-Omit.uniqueId
unselectable?"off" | "on"--Omit.unselectable
useMap?string--Omit.useMap
value?string | number | readonly string[]--Omit.value
vocab?string--Omit.vocab
width?string | number--Omit.width
wmode?string--Omit.wmode
wrap?string--Omit.wrap