MicrophoneButtonProps interface

Props for MicrophoneButton.

Extends

Properties

enableDeviceSelectionMenu

Whether to use a <xref:SplitButton> with a <xref:IContextualMenu> for device selection.

default: false

microphones

Available microphones for selection

onSelectMicrophone

Callback when a microphone is selected

onSelectSpeaker

Speaker when a speaker is selected

onToggleMicrophone

Utility property for using this component with communication react eventHandlers. Maps directly to the onClick property.

selectedMicrophone

Microphone that is shown as currently selected

selectedSpeaker

Speaker that is shown as currently selected

speakers

Available speakers for selection

strings

Optional strings to override in component

styles

Styles for MicrophoneButton and the device selection flyout.

Inherited Properties

about
accept
acceptCharset
accessKey
action
allowDisabledFocus

Whether the button can have focus in disabled mode

allowFullScreen
allowTransparency
alt
aria-activedescendant

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

aria-atomic

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.

aria-autocomplete

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.

aria-busy

Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.

aria-checked

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See aria-pressed See aria-selected.

aria-colcount

Defines the total number of columns in a table, grid, or treegrid.

See aria-colindex.

aria-colindex

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 See aria-colspan.

aria-colspan

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See aria-colindex See aria-rowspan.

aria-controls

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See aria-owns.

aria-current

Indicates the element that represents the current item within a container or set of related elements.

aria-describedby

Identifies the element (or elements) that describes the object.

See aria-labelledby

aria-details

Identifies the element that provides a detailed, extended description for the object.

See aria-describedby.

aria-disabled

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See aria-hidden See aria-readonly.

aria-dropeffect

Indicates what functions can be performed when a dragged object is released on the drop target.

aria-errormessage

Identifies the element that provides an error message for the object.

See aria-invalid See aria-describedby.

aria-expanded

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

aria-flowto

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.

aria-grabbed

Indicates an element's "grabbed" state in a drag-and-drop operation.

aria-haspopup

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

aria-hidden

Indicates whether the element is exposed to an accessibility API.

See aria-disabled.

aria-invalid

Indicates the entered value does not conform to the format expected by the application.

See aria-errormessage.

aria-keyshortcuts

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

aria-label

Defines a string value that labels the current element.

See aria-labelledby.

aria-labelledby

Identifies the element (or elements) that labels the current element.

See aria-describedby.

aria-level

Defines the hierarchical level of an element within a structure.

aria-live

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.

aria-modal

Indicates whether an element is modal when displayed.

aria-multiline

Indicates whether a text box accepts multiple lines of input or only a single line.

aria-multiselectable

Indicates that the user may select more than one item from the current selectable descendants.

aria-orientation

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

aria-owns

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.

aria-placeholder

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.

aria-posinset

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.

aria-pressed

Indicates the current "pressed" state of toggle buttons.

See aria-checked See aria-selected.

aria-readonly

Indicates that the element is not editable, but is otherwise operable.

See aria-disabled.

aria-relevant

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See aria-atomic.

aria-required

Indicates that user input is required on the element before a form may be submitted.

aria-roledescription

Defines a human-readable, author-localized description for the role of an element.

aria-rowcount

Defines the total number of rows in a table, grid, or treegrid.

See aria-rowindex.

aria-rowindex

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 See aria-rowspan.

aria-rowspan

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See aria-rowindex See aria-colspan.

aria-selected

Indicates the current "selected" state of various widgets.

See aria-checked See aria-pressed.

aria-setsize

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.

aria-sort

Indicates if items in a table or grid are sorted in ascending or descending order.

aria-valuemax

Defines the maximum allowed value for a range widget.

aria-valuemin

Defines the minimum allowed value for a range widget.

aria-valuenow

Defines the current value for a range widget.

See aria-valuetext.

aria-valuetext

Defines the human readable text alternative of aria-valuenow for a range widget.

ariaDescription

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

ariaHidden

If true, add an aria-hidden attribute instructing screen readers to ignore the element.

ariaLabel

The aria label of the button for the benefit of screen readers.

as
async
autoCapitalize
autoComplete
autoCorrect
autoFocus
autoPlay
autoSave
buttonType
capture
cellPadding
cellSpacing
challenge
charSet
checked

Whether the button is checked. Should be used with the toggle attribute when creating a standalone on/off button.

children
cite
classID
className

If provided, additional class name to provide on the root element.

color
cols
colSpan
componentRef

Optional callback to access the IButton interface. Use this instead of ref for accessing the public methods and properties of the component.

content
contentEditable
contextMenu
controls
coords
crossOrigin
dangerouslySetInnerHTML
data

Any custom data the developer wishes to associate with the button.

datatype
dateTime
default
defaultChecked
defaultRender

yet unknown docs

defaultValue
defer
description

Style for the description text if applicable (for compound buttons).

dir
disabled

Whether the button is disabled

download
draggable
elementRef

Optional callback to access the root DOM element.

encType
enterKeyHint
form
formAction
formEncType
formMethod
formNoValidate
formTarget
frameBorder
getClassNames

Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.ts.

getSplitButtonClassNames

Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.ts.

headers
height
hidden
high
href

If provided, this component will be rendered as an anchor.

hrefLang
htmlFor
httpEquiv
iconProps

The props for the icon shown in the button.

id
inlist
inputMode

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

integrity
is

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

itemID
itemProp
itemRef
itemScope
itemType
keyParams
keytipProps

Optional keytip for this button

keyType
kind
label
labelKey

Key to use for the Label component

lang
list
loop
low
manifest
marginHeight
marginWidth
max
maxLength
media
mediaGroup
menuAs

Render a custom menu in place of the normal one.

menuIconProps

The props for the icon shown when providing a menu dropdown.

menuProps

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

menuTriggerKeyCode

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

method
min
minLength
multiple
muted
name
nonce
noValidate
onAbort
onAbortCapture
onAfterMenuDismiss

Callback that runs after Button's contextual menu was closed (removed from the DOM)

onAnimationEnd
onAnimationEndCapture
onAnimationIteration
onAnimationIterationCapture
onAnimationStart
onAnimationStartCapture
onAuxClick
onAuxClickCapture
onBeforeInput
onBeforeInputCapture
onBlur
onBlurCapture
onCanPlay
onCanPlayCapture
onCanPlayThrough
onCanPlayThroughCapture
onChange
onChangeCapture
onClick
onClickCapture
onCompositionEnd
onCompositionEndCapture
onCompositionStart
onCompositionStartCapture
onCompositionUpdate
onCompositionUpdateCapture
onContextMenu
onContextMenuCapture
onCopy
onCopyCapture
onCut
onCutCapture
onDoubleClick
onDoubleClickCapture
onDrag
onDragCapture
onDragEnd
onDragEndCapture
onDragEnter
onDragEnterCapture
onDragExit
onDragExitCapture
onDragLeave
onDragLeaveCapture
onDragOver
onDragOverCapture
onDragStart
onDragStartCapture
onDrop
onDropCapture
onDurationChange
onDurationChangeCapture
onEmptied
onEmptiedCapture
onEncrypted
onEncryptedCapture
onEnded
onEndedCapture
onError
onErrorCapture
onFocus
onFocusCapture
onGotPointerCapture
onGotPointerCaptureCapture
onInput
onInputCapture
onInvalid
onInvalidCapture
onKeyDown
onKeyDownCapture
onKeyPress
onKeyPressCapture
onKeyUp
onKeyUpCapture
onLoad
onLoadCapture
onLoadedData
onLoadedDataCapture
onLoadedMetadata
onLoadedMetadataCapture
onLoadStart
onLoadStartCapture
onLostPointerCapture
onLostPointerCaptureCapture
onMenuClick

Optional callback when menu is clicked.

onMouseDown
onMouseDownCapture
onMouseEnter
onMouseLeave
onMouseMove
onMouseMoveCapture
onMouseOut
onMouseOutCapture
onMouseOver
onMouseOverCapture
onMouseUp
onMouseUpCapture
onPaste
onPasteCapture
onPause
onPauseCapture
onPlay
onPlayCapture
onPlaying
onPlayingCapture
onPointerCancel
onPointerCancelCapture
onPointerDown
onPointerDownCapture
onPointerEnter
onPointerEnterCapture
onPointerLeave
onPointerLeaveCapture
onPointerMove
onPointerMoveCapture
onPointerOut
onPointerOutCapture
onPointerOver
onPointerOverCapture
onPointerUp
onPointerUpCapture
onProgress
onProgressCapture
onRateChange
onRateChangeCapture
onRenderAriaDescription

Custom render function for the aria description element.

onRenderChildren

Custom render function for rendering the button children.

onRenderDescription

Custom render function for the description text.

onRenderIcon

Custom render function for the icon

onRenderMenu
onRenderMenuIcon

Custom render function for button menu icon

onRenderOffIcon

Icon to render when the button is not checked.

onRenderOnIcon

Icon to render when the button is checked.

onRenderText

Custom render function for the label text.

onReset
onResetCapture
onScroll
onScrollCapture
onSeeked
onSeekedCapture
onSeeking
onSeekingCapture
onSelect
onSelectCapture
onStalled
onStalledCapture
onSubmit
onSubmitCapture
onSuspend
onSuspendCapture
onTimeUpdate
onTimeUpdateCapture
onTouchCancel
onTouchCancelCapture
onTouchEnd
onTouchEndCapture
onTouchMove
onTouchMoveCapture
onTouchStart
onTouchStartCapture
onTransitionEnd
onTransitionEndCapture
onVolumeChange
onVolumeChangeCapture
onWaiting
onWaitingCapture
onWheel
onWheelCapture
open
optimum
pattern
persistMenu

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

placeholder
playsInline
poster
prefix
preload
primary

Changes the visual presentation of the button to be emphasized.

primaryActionButtonProps

Optional props to be applied only to the primary action button of SplitButton and not to the overall SplitButton container

primaryDisabled

If set to true and this is a split button (split is true), the split button's primary action is disabled.

property
radioGroup
readOnly
rel
renderPersistedMenuHiddenOnMount

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

required
resource
results
rev
reversed
role
rootProps
rows
rowSpan
sandbox
scope
scoped
scrolling
seamless
secondaryText

Description of the action this button takes. Only used for compound buttons.

security
selected
shape
showLabel

Whether the label is displayed or not.

size
sizes
slot
span
spellCheck
split

If set to true, and if menuProps and onClick are provided, the button will render as a SplitButton.

splitButtonAriaLabel

Accessible label for the dropdown chevron button if this button is split.

splitButtonMenuProps

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

src
srcDoc
srcLang
srcSet
start
step
style
summary
suppressContentEditableWarning
suppressHydrationWarning
tabIndex
target
text

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

theme

Theme provided by HOC.

title
toggle

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

toggled
tooltipId

Id to use for the tooltip host.

translate
type
typeof
uniqueId

Unique ID to identify the item. Typically a duplicate of key value.

unselectable
useMap
value
vocab
width
wmode
wrap

Property Details

enableDeviceSelectionMenu

Whether to use a <xref:SplitButton> with a <xref:IContextualMenu> for device selection.

default: false

enableDeviceSelectionMenu?: boolean

Property Value

boolean

microphones

Available microphones for selection

microphones?: OptionsDevice[]

Property Value

onSelectMicrophone

Callback when a microphone is selected

onSelectMicrophone?: (device: OptionsDevice) => Promise<void>

Property Value

(device: OptionsDevice) => Promise<void>

onSelectSpeaker

Speaker when a speaker is selected

onSelectSpeaker?: (device: OptionsDevice) => Promise<void>

Property Value

(device: OptionsDevice) => Promise<void>

onToggleMicrophone

Utility property for using this component with communication react eventHandlers. Maps directly to the onClick property.

onToggleMicrophone?: () => Promise<void>

Property Value

() => Promise<void>

selectedMicrophone

Microphone that is shown as currently selected

selectedMicrophone?: OptionsDevice

Property Value

selectedSpeaker

Speaker that is shown as currently selected

selectedSpeaker?: OptionsDevice

Property Value

speakers

Available speakers for selection

speakers?: OptionsDevice[]

Property Value

strings

Optional strings to override in component

strings?: Partial<MicrophoneButtonStrings>

Property Value

styles

Styles for MicrophoneButton and the device selection flyout.

styles?: Partial<MicrophoneButtonStyles>

Property Value

Inherited Property Details

about

about?: string

Property Value

string

Inherited From ControlBarButtonProps.about

accept

accept?: string

Property Value

string

Inherited From ControlBarButtonProps.accept

acceptCharset

acceptCharset?: string

Property Value

string

Inherited From ControlBarButtonProps.acceptCharset

accessKey

accessKey?: string

Property Value

string

Inherited From ControlBarButtonProps.accessKey

action

action?: string

Property Value

string

Inherited From ControlBarButtonProps.action

allowDisabledFocus

Whether the button can have focus in disabled mode

allowDisabledFocus?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.allowDisabledFocus

allowFullScreen

allowFullScreen?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.allowFullScreen

allowTransparency

allowTransparency?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.allowTransparency

alt

alt?: string

Property Value

string

Inherited From ControlBarButtonProps.alt

aria-activedescendant

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

aria-activedescendant?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-activedescendant

aria-atomic

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.

aria-atomic?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-atomic

aria-autocomplete

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.

aria-autocomplete?: "list" | "none" | "inline" | "both"

Property Value

"list" | "none" | "inline" | "both"

Inherited From ControlBarButtonProps.aria-autocomplete

aria-busy

Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.

aria-busy?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-busy

aria-checked

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See aria-pressed See aria-selected.

aria-checked?: boolean | "true" | "false" | "mixed"

Property Value

boolean | "true" | "false" | "mixed"

Inherited From ControlBarButtonProps.aria-checked

aria-colcount

Defines the total number of columns in a table, grid, or treegrid.

See aria-colindex.

aria-colcount?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-colcount

aria-colindex

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 See aria-colspan.

aria-colindex?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-colindex

aria-colspan

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See aria-colindex See aria-rowspan.

aria-colspan?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-colspan

aria-controls

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See aria-owns.

aria-controls?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-controls

aria-current

Indicates the element that represents the current item within a container or set of related elements.

aria-current?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time"

Property Value

boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time"

Inherited From ControlBarButtonProps.aria-current

aria-describedby

Identifies the element (or elements) that describes the object.

See aria-labelledby

aria-describedby?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-describedby

aria-details

Identifies the element that provides a detailed, extended description for the object.

See aria-describedby.

aria-details?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-details

aria-disabled

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See aria-hidden See aria-readonly.

aria-disabled?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-disabled

aria-dropeffect

Warning

This API is now deprecated.

in ARIA 1.1

Indicates what functions can be performed when a dragged object is released on the drop target.

aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup"

Property Value

"link" | "none" | "copy" | "execute" | "move" | "popup"

Inherited From ControlBarButtonProps.aria-dropeffect

aria-errormessage

Identifies the element that provides an error message for the object.

See aria-invalid See aria-describedby.

aria-errormessage?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-errormessage

aria-expanded

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

aria-expanded?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-expanded

aria-flowto

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.

aria-flowto?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-flowto

aria-grabbed

Warning

This API is now deprecated.

in ARIA 1.1

Indicates an element's "grabbed" state in a drag-and-drop operation.

aria-grabbed?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-grabbed

aria-haspopup

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

aria-haspopup?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree"

Property Value

boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree"

Inherited From ControlBarButtonProps.aria-haspopup

aria-hidden

Indicates whether the element is exposed to an accessibility API.

See aria-disabled.

aria-hidden?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-hidden

aria-invalid

Indicates the entered value does not conform to the format expected by the application.

See aria-errormessage.

aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling"

Property Value

boolean | "true" | "false" | "grammar" | "spelling"

Inherited From ControlBarButtonProps.aria-invalid

aria-keyshortcuts

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

aria-keyshortcuts?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-keyshortcuts

aria-label

Defines a string value that labels the current element.

See aria-labelledby.

aria-label?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-label

aria-labelledby

Identifies the element (or elements) that labels the current element.

See aria-describedby.

aria-labelledby?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-labelledby

aria-level

Defines the hierarchical level of an element within a structure.

aria-level?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-level

aria-live

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.

aria-live?: "off" | "assertive" | "polite"

Property Value

"off" | "assertive" | "polite"

Inherited From ControlBarButtonProps.aria-live

aria-modal

Indicates whether an element is modal when displayed.

aria-modal?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-modal

aria-multiline

Indicates whether a text box accepts multiple lines of input or only a single line.

aria-multiline?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-multiline

aria-multiselectable

Indicates that the user may select more than one item from the current selectable descendants.

aria-multiselectable?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-multiselectable

aria-orientation

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

aria-orientation?: "horizontal" | "vertical"

Property Value

"horizontal" | "vertical"

Inherited From ControlBarButtonProps.aria-orientation

aria-owns

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.

aria-owns?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-owns

aria-placeholder

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.

aria-placeholder?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-placeholder

aria-posinset

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.

aria-posinset?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-posinset

aria-pressed

Indicates the current "pressed" state of toggle buttons.

See aria-checked See aria-selected.

aria-pressed?: boolean | "true" | "false" | "mixed"

Property Value

boolean | "true" | "false" | "mixed"

Inherited From ControlBarButtonProps.aria-pressed

aria-readonly

Indicates that the element is not editable, but is otherwise operable.

See aria-disabled.

aria-readonly?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-readonly

aria-relevant

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See aria-atomic.

aria-relevant?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Property Value

"text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Inherited From ControlBarButtonProps.aria-relevant

aria-required

Indicates that user input is required on the element before a form may be submitted.

aria-required?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-required

aria-roledescription

Defines a human-readable, author-localized description for the role of an element.

aria-roledescription?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-roledescription

aria-rowcount

Defines the total number of rows in a table, grid, or treegrid.

See aria-rowindex.

aria-rowcount?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-rowcount

aria-rowindex

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 See aria-rowspan.

aria-rowindex?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-rowindex

aria-rowspan

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See aria-rowindex See aria-colspan.

aria-rowspan?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-rowspan

aria-selected

Indicates the current "selected" state of various widgets.

See aria-checked See aria-pressed.

aria-selected?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.aria-selected

aria-setsize

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.

aria-setsize?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-setsize

aria-sort

Indicates if items in a table or grid are sorted in ascending or descending order.

aria-sort?: "none" | "ascending" | "descending" | "other"

Property Value

"none" | "ascending" | "descending" | "other"

Inherited From ControlBarButtonProps.aria-sort

aria-valuemax

Defines the maximum allowed value for a range widget.

aria-valuemax?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-valuemax

aria-valuemin

Defines the minimum allowed value for a range widget.

aria-valuemin?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-valuemin

aria-valuenow

Defines the current value for a range widget.

See aria-valuetext.

aria-valuenow?: number

Property Value

number

Inherited From ControlBarButtonProps.aria-valuenow

aria-valuetext

Defines the human readable text alternative of aria-valuenow for a range widget.

aria-valuetext?: string

Property Value

string

Inherited From ControlBarButtonProps.aria-valuetext

ariaDescription

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

ariaDescription?: string

Property Value

string

Inherited From ControlBarButtonProps.ariaDescription

ariaHidden

If true, add an aria-hidden attribute instructing screen readers to ignore the element.

ariaHidden?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.ariaHidden

ariaLabel

The aria label of the button for the benefit of screen readers.

ariaLabel?: string

Property Value

string

Inherited From ControlBarButtonProps.ariaLabel

as

as?: string

Property Value

string

Inherited From ControlBarButtonProps.as

async

async?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.async

autoCapitalize

autoCapitalize?: string

Property Value

string

Inherited From ControlBarButtonProps.autoCapitalize

autoComplete

autoComplete?: string

Property Value

string

Inherited From ControlBarButtonProps.autoComplete

autoCorrect

autoCorrect?: string

Property Value

string

Inherited From ControlBarButtonProps.autoCorrect

autoFocus

autoFocus?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.autoFocus

autoPlay

autoPlay?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.autoPlay

autoSave

autoSave?: string

Property Value

string

Inherited From ControlBarButtonProps.autoSave

buttonType

Warning

This API is now deprecated.

Deprecated at v1.2.3, to be removed at >= v2.0.0. Use specific button component instead.

buttonType?: ButtonType

Property Value

ButtonType

Inherited From ControlBarButtonProps.buttonType

capture

capture?: boolean | "user" | "environment"

Property Value

boolean | "user" | "environment"

Inherited From ControlBarButtonProps.capture

cellPadding

cellPadding?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.cellPadding

cellSpacing

cellSpacing?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.cellSpacing

challenge

challenge?: string

Property Value

string

Inherited From ControlBarButtonProps.challenge

charSet

charSet?: string

Property Value

string

Inherited From ControlBarButtonProps.charSet

checked

Whether the button is checked. Should be used with the toggle attribute when creating a standalone on/off button.

checked?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.checked

children

children?: ReactNode

Property Value

ReactNode

Inherited From ControlBarButtonProps.children

cite

cite?: string

Property Value

string

Inherited From ControlBarButtonProps.cite

classID

classID?: string

Property Value

string

Inherited From ControlBarButtonProps.classID

className

If provided, additional class name to provide on the root element.

className?: string

Property Value

string

Inherited From ControlBarButtonProps.className

color

color?: string

Property Value

string

Inherited From ControlBarButtonProps.color

cols

cols?: number

Property Value

number

Inherited From ControlBarButtonProps.cols

colSpan

colSpan?: number

Property Value

number

Inherited From ControlBarButtonProps.colSpan

componentRef

Optional callback to access the IButton interface. Use this instead of ref for accessing the public methods and properties of the component.

componentRef?: IRefObject<IButton>

Property Value

IRefObject<IButton>

Inherited From ControlBarButtonProps.componentRef

content

content?: string

Property Value

string

Inherited From ControlBarButtonProps.content

contentEditable

contentEditable?: Booleanish | "inherit"

Property Value

Booleanish | "inherit"

Inherited From ControlBarButtonProps.contentEditable

contextMenu

contextMenu?: string

Property Value

string

Inherited From ControlBarButtonProps.contextMenu

controls

controls?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.controls

coords

coords?: string

Property Value

string

Inherited From ControlBarButtonProps.coords

crossOrigin

crossOrigin?: CrossOrigin

Property Value

CrossOrigin

Inherited From ControlBarButtonProps.crossOrigin

dangerouslySetInnerHTML

dangerouslySetInnerHTML?: { __html: string | TrustedHTML }

Property Value

{ __html: string | TrustedHTML }

Inherited From ControlBarButtonProps.dangerouslySetInnerHTML

data

Any custom data the developer wishes to associate with the button.

data?: any

Property Value

any

Inherited From ControlBarButtonProps.data

datatype

datatype?: string

Property Value

string

Inherited From ControlBarButtonProps.datatype

dateTime

dateTime?: string

Property Value

string

Inherited From ControlBarButtonProps.dateTime

default

default?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.default

defaultChecked

defaultChecked?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.defaultChecked

defaultRender

yet unknown docs

defaultRender?: any

Property Value

any

Inherited From ControlBarButtonProps.defaultRender

defaultValue

defaultValue?: string | number | (readonly string[])

Property Value

string | number | (readonly string[])

Inherited From ControlBarButtonProps.defaultValue

defer

defer?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.defer

description

Warning

This API is now deprecated.

Use secondaryText instead.

Style for the description text if applicable (for compound buttons).

description?: string

Property Value

string

Inherited From ControlBarButtonProps.description

dir

dir?: string

Property Value

string

Inherited From ControlBarButtonProps.dir

disabled

Whether the button is disabled

disabled?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.disabled

download

download?: any

Property Value

any

Inherited From ControlBarButtonProps.download

draggable

draggable?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.draggable

elementRef

Warning

This API is now deprecated.

Temporary solution which will be replaced with ref in the V8 release.

Optional callback to access the root DOM element.

elementRef?: Ref<HTMLElement>

Property Value

Ref<HTMLElement>

Inherited From ControlBarButtonProps.elementRef

encType

encType?: string

Property Value

string

Inherited From ControlBarButtonProps.encType

enterKeyHint

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

Property Value

"enter" | "done" | "go" | "next" | "previous" | "search" | "send"

Inherited From ControlBarButtonProps.enterKeyHint

form

form?: string

Property Value

string

Inherited From ControlBarButtonProps.form

formAction

formAction?: string

Property Value

string

Inherited From ControlBarButtonProps.formAction

formEncType

formEncType?: string

Property Value

string

Inherited From ControlBarButtonProps.formEncType

formMethod

formMethod?: string

Property Value

string

Inherited From ControlBarButtonProps.formMethod

formNoValidate

formNoValidate?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.formNoValidate

formTarget

formTarget?: string

Property Value

string

Inherited From ControlBarButtonProps.formTarget

frameBorder

frameBorder?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.frameBorder

getClassNames

Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.ts.

getClassNames?: (theme: ITheme, className: string, variantClassName: string, iconClassName: undefined | string, menuIconClassName: undefined | string, disabled: boolean, checked: boolean, expanded: boolean, hasMenu: boolean, isSplit: undefined | boolean, allowDisabledFocus: boolean) => IButtonClassNames

Property Value

(theme: ITheme, className: string, variantClassName: string, iconClassName: undefined | string, menuIconClassName: undefined | string, disabled: boolean, checked: boolean, expanded: boolean, hasMenu: boolean, isSplit: undefined | boolean, allowDisabledFocus: boolean) => IButtonClassNames

Inherited From ControlBarButtonProps.getClassNames

getSplitButtonClassNames

Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.ts.

getSplitButtonClassNames?: (disabled: boolean, expanded: boolean, checked: boolean, allowDisabledFocus: boolean) => ISplitButtonClassNames

Property Value

(disabled: boolean, expanded: boolean, checked: boolean, allowDisabledFocus: boolean) => ISplitButtonClassNames

Inherited From ControlBarButtonProps.getSplitButtonClassNames

headers

headers?: string

Property Value

string

Inherited From ControlBarButtonProps.headers

height

height?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.height

hidden

hidden?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.hidden

high

high?: number

Property Value

number

Inherited From ControlBarButtonProps.high

href

If provided, this component will be rendered as an anchor.

href?: string

Property Value

string

Inherited From ControlBarButtonProps.href

hrefLang

hrefLang?: string

Property Value

string

Inherited From ControlBarButtonProps.hrefLang

htmlFor

htmlFor?: string

Property Value

string

Inherited From ControlBarButtonProps.htmlFor

httpEquiv

httpEquiv?: string

Property Value

string

Inherited From ControlBarButtonProps.httpEquiv

iconProps

The props for the icon shown in the button.

iconProps?: IIconProps

Property Value

IIconProps

Inherited From ControlBarButtonProps.iconProps

id

id?: string

Property Value

string

Inherited From ControlBarButtonProps.id

inlist

inlist?: any

Property Value

any

Inherited From ControlBarButtonProps.inlist

inputMode

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

inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal"

Property Value

"search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal"

Inherited From ControlBarButtonProps.inputMode

integrity

integrity?: string

Property Value

string

Inherited From ControlBarButtonProps.integrity

is

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

is?: string

Property Value

string

Inherited From ControlBarButtonProps.is

itemID

itemID?: string

Property Value

string

Inherited From ControlBarButtonProps.itemID

itemProp

itemProp?: string

Property Value

string

Inherited From ControlBarButtonProps.itemProp

itemRef

itemRef?: string

Property Value

string

Inherited From ControlBarButtonProps.itemRef

itemScope

itemScope?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.itemScope

itemType

itemType?: string

Property Value

string

Inherited From ControlBarButtonProps.itemType

keyParams

keyParams?: string

Property Value

string

Inherited From ControlBarButtonProps.keyParams

keytipProps

Optional keytip for this button

keytipProps?: IKeytipProps

Property Value

IKeytipProps

Inherited From ControlBarButtonProps.keytipProps

keyType

keyType?: string

Property Value

string

Inherited From ControlBarButtonProps.keyType

kind

kind?: string

Property Value

string

Inherited From ControlBarButtonProps.kind

label

label?: string

Property Value

string

Inherited From ControlBarButtonProps.label

labelKey

Key to use for the Label component

labelKey?: string

Property Value

string

Inherited From ControlBarButtonProps.labelKey

lang

lang?: string

Property Value

string

Inherited From ControlBarButtonProps.lang

list

list?: string

Property Value

string

Inherited From ControlBarButtonProps.list

loop

loop?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.loop

low

low?: number

Property Value

number

Inherited From ControlBarButtonProps.low

manifest

manifest?: string

Property Value

string

Inherited From ControlBarButtonProps.manifest

marginHeight

marginHeight?: number

Property Value

number

Inherited From ControlBarButtonProps.marginHeight

marginWidth

marginWidth?: number

Property Value

number

Inherited From ControlBarButtonProps.marginWidth

max

max?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.max

maxLength

maxLength?: number

Property Value

number

Inherited From ControlBarButtonProps.maxLength

media

media?: string

Property Value

string

Inherited From ControlBarButtonProps.media

mediaGroup

mediaGroup?: string

Property Value

string

Inherited From ControlBarButtonProps.mediaGroup

menuAs

Render a custom menu in place of the normal one.

menuAs?: IComponentAs<IContextualMenuProps>

Property Value

IComponentAs<IContextualMenuProps>

Inherited From ControlBarButtonProps.menuAs

menuIconProps

The props for the icon shown when providing a menu dropdown.

menuIconProps?: IIconProps

Property Value

IIconProps

Inherited From ControlBarButtonProps.menuIconProps

menuProps

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

menuProps?: IContextualMenuProps

Property Value

IContextualMenuProps

Inherited From ControlBarButtonProps.menuProps

menuTriggerKeyCode

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

menuTriggerKeyCode?: null | number

Property Value

null | number

Inherited From ControlBarButtonProps.menuTriggerKeyCode

method

method?: string

Property Value

string

Inherited From ControlBarButtonProps.method

min

min?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.min

minLength

minLength?: number

Property Value

number

Inherited From ControlBarButtonProps.minLength

multiple

multiple?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.multiple

muted

muted?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.muted

name

name?: string

Property Value

string

Inherited From ControlBarButtonProps.name

nonce

nonce?: string

Property Value

string

Inherited From ControlBarButtonProps.nonce

noValidate

noValidate?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.noValidate

onAbort

onAbort?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAbort

onAbortCapture

onAbortCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAbortCapture

onAfterMenuDismiss

Callback that runs after Button's contextual menu was closed (removed from the DOM)

onAfterMenuDismiss?: () => void

Property Value

() => void

Inherited From ControlBarButtonProps.onAfterMenuDismiss

onAnimationEnd

onAnimationEnd?: AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAnimationEnd

onAnimationEndCapture

onAnimationEndCapture?: AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAnimationEndCapture

onAnimationIteration

onAnimationIteration?: AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAnimationIteration

onAnimationIterationCapture

onAnimationIterationCapture?: AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAnimationIterationCapture

onAnimationStart

onAnimationStart?: AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAnimationStart

onAnimationStartCapture

onAnimationStartCapture?: AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

AnimationEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAnimationStartCapture

onAuxClick

onAuxClick?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAuxClick

onAuxClickCapture

onAuxClickCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onAuxClickCapture

onBeforeInput

onBeforeInput?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onBeforeInput

onBeforeInputCapture

onBeforeInputCapture?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onBeforeInputCapture

onBlur

onBlur?: FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onBlur

onBlurCapture

onBlurCapture?: FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onBlurCapture

onCanPlay

onCanPlay?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCanPlay

onCanPlayCapture

onCanPlayCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCanPlayCapture

onCanPlayThrough

onCanPlayThrough?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCanPlayThrough

onCanPlayThroughCapture

onCanPlayThroughCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCanPlayThroughCapture

onChange

onChange?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onChange

onChangeCapture

onChangeCapture?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onChangeCapture

onClick

onClick?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onClick

onClickCapture

onClickCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onClickCapture

onCompositionEnd

onCompositionEnd?: CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCompositionEnd

onCompositionEndCapture

onCompositionEndCapture?: CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCompositionEndCapture

onCompositionStart

onCompositionStart?: CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCompositionStart

onCompositionStartCapture

onCompositionStartCapture?: CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCompositionStartCapture

onCompositionUpdate

onCompositionUpdate?: CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCompositionUpdate

onCompositionUpdateCapture

onCompositionUpdateCapture?: CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

CompositionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCompositionUpdateCapture

onContextMenu

onContextMenu?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onContextMenu

onContextMenuCapture

onContextMenuCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onContextMenuCapture

onCopy

onCopy?: ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCopy

onCopyCapture

onCopyCapture?: ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCopyCapture

onCut

onCut?: ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCut

onCutCapture

onCutCapture?: ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onCutCapture

onDoubleClick

onDoubleClick?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDoubleClick

onDoubleClickCapture

onDoubleClickCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDoubleClickCapture

onDrag

onDrag?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDrag

onDragCapture

onDragCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragCapture

onDragEnd

onDragEnd?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragEnd

onDragEndCapture

onDragEndCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragEndCapture

onDragEnter

onDragEnter?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragEnter

onDragEnterCapture

onDragEnterCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragEnterCapture

onDragExit

onDragExit?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragExit

onDragExitCapture

onDragExitCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragExitCapture

onDragLeave

onDragLeave?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragLeave

onDragLeaveCapture

onDragLeaveCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragLeaveCapture

onDragOver

onDragOver?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragOver

onDragOverCapture

onDragOverCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragOverCapture

onDragStart

onDragStart?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragStart

onDragStartCapture

onDragStartCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDragStartCapture

onDrop

onDrop?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDrop

onDropCapture

onDropCapture?: DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

DragEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDropCapture

onDurationChange

onDurationChange?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDurationChange

onDurationChangeCapture

onDurationChangeCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onDurationChangeCapture

onEmptied

onEmptied?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onEmptied

onEmptiedCapture

onEmptiedCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onEmptiedCapture

onEncrypted

onEncrypted?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onEncrypted

onEncryptedCapture

onEncryptedCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onEncryptedCapture

onEnded

onEnded?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onEnded

onEndedCapture

onEndedCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onEndedCapture

onError

onError?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onError

onErrorCapture

onErrorCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onErrorCapture

onFocus

onFocus?: FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onFocus

onFocusCapture

onFocusCapture?: FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FocusEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onFocusCapture

onGotPointerCapture

onGotPointerCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onGotPointerCapture

onGotPointerCaptureCapture

onGotPointerCaptureCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onGotPointerCaptureCapture

onInput

onInput?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onInput

onInputCapture

onInputCapture?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onInputCapture

onInvalid

onInvalid?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onInvalid

onInvalidCapture

onInvalidCapture?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onInvalidCapture

onKeyDown

onKeyDown?: KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onKeyDown

onKeyDownCapture

onKeyDownCapture?: KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onKeyDownCapture

onKeyPress

Warning

This API is now deprecated.

onKeyPress?: KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onKeyPress

onKeyPressCapture

Warning

This API is now deprecated.

onKeyPressCapture?: KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onKeyPressCapture

onKeyUp

onKeyUp?: KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onKeyUp

onKeyUpCapture

onKeyUpCapture?: KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

KeyboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onKeyUpCapture

onLoad

onLoad?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoad

onLoadCapture

onLoadCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadCapture

onLoadedData

onLoadedData?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadedData

onLoadedDataCapture

onLoadedDataCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadedDataCapture

onLoadedMetadata

onLoadedMetadata?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadedMetadata

onLoadedMetadataCapture

onLoadedMetadataCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadedMetadataCapture

onLoadStart

onLoadStart?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadStart

onLoadStartCapture

onLoadStartCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLoadStartCapture

onLostPointerCapture

onLostPointerCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLostPointerCapture

onLostPointerCaptureCapture

onLostPointerCaptureCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onLostPointerCaptureCapture

onMenuClick

Optional callback when menu is clicked.

onMenuClick?: (ev?: MouseEvent<HTMLElement, MouseEvent> | KeyboardEvent<HTMLElement>, button?: IButtonProps) => void

Property Value

(ev?: MouseEvent<HTMLElement, MouseEvent> | KeyboardEvent<HTMLElement>, button?: IButtonProps) => void

Inherited From ControlBarButtonProps.onMenuClick

onMouseDown

onMouseDown?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseDown

onMouseDownCapture

onMouseDownCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseDownCapture

onMouseEnter

onMouseEnter?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseEnter

onMouseLeave

onMouseLeave?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseLeave

onMouseMove

onMouseMove?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseMove

onMouseMoveCapture

onMouseMoveCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseMoveCapture

onMouseOut

onMouseOut?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseOut

onMouseOutCapture

onMouseOutCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseOutCapture

onMouseOver

onMouseOver?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseOver

onMouseOverCapture

onMouseOverCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseOverCapture

onMouseUp

onMouseUp?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseUp

onMouseUpCapture

onMouseUpCapture?: MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

MouseEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onMouseUpCapture

onPaste

onPaste?: ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPaste

onPasteCapture

onPasteCapture?: ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ClipboardEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPasteCapture

onPause

onPause?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPause

onPauseCapture

onPauseCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPauseCapture

onPlay

onPlay?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPlay

onPlayCapture

onPlayCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPlayCapture

onPlaying

onPlaying?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPlaying

onPlayingCapture

onPlayingCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPlayingCapture

onPointerCancel

onPointerCancel?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerCancel

onPointerCancelCapture

onPointerCancelCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerCancelCapture

onPointerDown

onPointerDown?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerDown

onPointerDownCapture

onPointerDownCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerDownCapture

onPointerEnter

onPointerEnter?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerEnter

onPointerEnterCapture

Warning

This API is now deprecated.

This event handler was always ignored by React. It was added by mistake to the types.

onPointerEnterCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerEnterCapture

onPointerLeave

onPointerLeave?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerLeave

onPointerLeaveCapture

Warning

This API is now deprecated.

This event handler was always ignored by React. It was added by mistake to the types.

onPointerLeaveCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerLeaveCapture

onPointerMove

onPointerMove?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerMove

onPointerMoveCapture

onPointerMoveCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerMoveCapture

onPointerOut

onPointerOut?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerOut

onPointerOutCapture

onPointerOutCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerOutCapture

onPointerOver

onPointerOver?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerOver

onPointerOverCapture

onPointerOverCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerOverCapture

onPointerUp

onPointerUp?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerUp

onPointerUpCapture

onPointerUpCapture?: PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

PointerEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onPointerUpCapture

onProgress

onProgress?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onProgress

onProgressCapture

onProgressCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onProgressCapture

onRateChange

onRateChange?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onRateChange

onRateChangeCapture

onRateChangeCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onRateChangeCapture

onRenderAriaDescription

Custom render function for the aria description element.

onRenderAriaDescription?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderAriaDescription

onRenderChildren

Custom render function for rendering the button children.

onRenderChildren?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderChildren

onRenderDescription

Custom render function for the description text.

onRenderDescription?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderDescription

onRenderIcon

Custom render function for the icon

onRenderIcon?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderIcon

onRenderMenu

Warning

This API is now deprecated.

Deprecated at v6.3.2, to be removed at >= v7.0.0. Use menuAs instead.

onRenderMenu?: IRenderFunction<IContextualMenuProps>

Property Value

IRenderFunction<IContextualMenuProps>

Inherited From ControlBarButtonProps.onRenderMenu

onRenderMenuIcon

Custom render function for button menu icon

onRenderMenuIcon?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderMenuIcon

onRenderOffIcon

Icon to render when the button is not checked.

onRenderOffIcon?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderOffIcon

onRenderOnIcon

Icon to render when the button is checked.

onRenderOnIcon?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderOnIcon

onRenderText

Custom render function for the label text.

onRenderText?: IRenderFunction<IButtonProps>

Property Value

IRenderFunction<IButtonProps>

Inherited From ControlBarButtonProps.onRenderText

onReset

onReset?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onReset

onResetCapture

onResetCapture?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onResetCapture

onScroll

onScroll?: UIEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

UIEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onScroll

onScrollCapture

onScrollCapture?: UIEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

UIEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onScrollCapture

onSeeked

onSeeked?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSeeked

onSeekedCapture

onSeekedCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSeekedCapture

onSeeking

onSeeking?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSeeking

onSeekingCapture

onSeekingCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSeekingCapture

onSelect

onSelect?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSelect

onSelectCapture

onSelectCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSelectCapture

onStalled

onStalled?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onStalled

onStalledCapture

onStalledCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onStalledCapture

onSubmit

onSubmit?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSubmit

onSubmitCapture

onSubmitCapture?: FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

FormEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSubmitCapture

onSuspend

onSuspend?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSuspend

onSuspendCapture

onSuspendCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onSuspendCapture

onTimeUpdate

onTimeUpdate?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTimeUpdate

onTimeUpdateCapture

onTimeUpdateCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTimeUpdateCapture

onTouchCancel

onTouchCancel?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchCancel

onTouchCancelCapture

onTouchCancelCapture?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchCancelCapture

onTouchEnd

onTouchEnd?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchEnd

onTouchEndCapture

onTouchEndCapture?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchEndCapture

onTouchMove

onTouchMove?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchMove

onTouchMoveCapture

onTouchMoveCapture?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchMoveCapture

onTouchStart

onTouchStart?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchStart

onTouchStartCapture

onTouchStartCapture?: TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TouchEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTouchStartCapture

onTransitionEnd

onTransitionEnd?: TransitionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TransitionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTransitionEnd

onTransitionEndCapture

onTransitionEndCapture?: TransitionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

TransitionEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onTransitionEndCapture

onVolumeChange

onVolumeChange?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onVolumeChange

onVolumeChangeCapture

onVolumeChangeCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onVolumeChangeCapture

onWaiting

onWaiting?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onWaiting

onWaitingCapture

onWaitingCapture?: ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

ReactEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onWaitingCapture

onWheel

onWheel?: WheelEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

WheelEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onWheel

onWheelCapture

onWheelCapture?: WheelEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Property Value

WheelEventHandler<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement | BaseButton | Button | HTMLSpanElement>

Inherited From ControlBarButtonProps.onWheelCapture

open

open?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.open

optimum

optimum?: number

Property Value

number

Inherited From ControlBarButtonProps.optimum

pattern

pattern?: string

Property Value

string

Inherited From ControlBarButtonProps.pattern

persistMenu

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

persistMenu?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.persistMenu

placeholder

placeholder?: string

Property Value

string

Inherited From ControlBarButtonProps.placeholder

playsInline

playsInline?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.playsInline

poster

poster?: string

Property Value

string

Inherited From ControlBarButtonProps.poster

prefix

prefix?: string

Property Value

string

Inherited From ControlBarButtonProps.prefix

preload

preload?: string

Property Value

string

Inherited From ControlBarButtonProps.preload

primary

Changes the visual presentation of the button to be emphasized.

primary?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.primary

primaryActionButtonProps

Optional props to be applied only to the primary action button of SplitButton and not to the overall SplitButton container

primaryActionButtonProps?: IButtonProps

Property Value

IButtonProps

Inherited From ControlBarButtonProps.primaryActionButtonProps

primaryDisabled

If set to true and this is a split button (split is true), the split button's primary action is disabled.

primaryDisabled?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.primaryDisabled

property

property?: string

Property Value

string

Inherited From ControlBarButtonProps.property

radioGroup

radioGroup?: string

Property Value

string

Inherited From ControlBarButtonProps.radioGroup

readOnly

readOnly?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.readOnly

rel

rel?: string

Property Value

string

Inherited From ControlBarButtonProps.rel

renderPersistedMenuHiddenOnMount

Warning

This API is now 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

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

renderPersistedMenuHiddenOnMount?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.renderPersistedMenuHiddenOnMount

required

required?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.required

resource

resource?: string

Property Value

string

Inherited From ControlBarButtonProps.resource

results

results?: number

Property Value

number

Inherited From ControlBarButtonProps.results

rev

rev?: string

Property Value

string

Inherited From ControlBarButtonProps.rev

reversed

reversed?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.reversed

role

role?: AriaRole

Property Value

AriaRole

Inherited From ControlBarButtonProps.role

rootProps

Warning

This API is now 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.

rootProps?: ButtonHTMLAttributes<HTMLButtonElement> | AnchorHTMLAttributes<HTMLAnchorElement>

Property Value

ButtonHTMLAttributes<HTMLButtonElement> | AnchorHTMLAttributes<HTMLAnchorElement>

Inherited From ControlBarButtonProps.rootProps

rows

rows?: number

Property Value

number

Inherited From ControlBarButtonProps.rows

rowSpan

rowSpan?: number

Property Value

number

Inherited From ControlBarButtonProps.rowSpan

sandbox

sandbox?: string

Property Value

string

Inherited From ControlBarButtonProps.sandbox

scope

scope?: string

Property Value

string

Inherited From ControlBarButtonProps.scope

scoped

scoped?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.scoped

scrolling

scrolling?: string

Property Value

string

Inherited From ControlBarButtonProps.scrolling

seamless

seamless?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.seamless

secondaryText

Description of the action this button takes. Only used for compound buttons.

secondaryText?: string

Property Value

string

Inherited From ControlBarButtonProps.secondaryText

security

security?: string

Property Value

string

Inherited From ControlBarButtonProps.security

selected

selected?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.selected

shape

shape?: string

Property Value

string

Inherited From ControlBarButtonProps.shape

showLabel

Whether the label is displayed or not.

showLabel?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.showLabel

size

size?: number

Property Value

number

Inherited From ControlBarButtonProps.size

sizes

sizes?: string

Property Value

string

Inherited From ControlBarButtonProps.sizes

slot

slot?: string

Property Value

string

Inherited From ControlBarButtonProps.slot

span

span?: number

Property Value

number

Inherited From ControlBarButtonProps.span

spellCheck

spellCheck?: Booleanish

Property Value

Booleanish

Inherited From ControlBarButtonProps.spellCheck

split

If set to true, and if menuProps and onClick are provided, the button will render as a SplitButton.

split?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.split

splitButtonAriaLabel

Accessible label for the dropdown chevron button if this button is split.

splitButtonAriaLabel?: string

Property Value

string

Inherited From ControlBarButtonProps.splitButtonAriaLabel

splitButtonMenuProps

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

splitButtonMenuProps?: IButtonProps

Property Value

IButtonProps

Inherited From ControlBarButtonProps.splitButtonMenuProps

src

src?: string

Property Value

string

Inherited From ControlBarButtonProps.src

srcDoc

srcDoc?: string

Property Value

string

Inherited From ControlBarButtonProps.srcDoc

srcLang

srcLang?: string

Property Value

string

Inherited From ControlBarButtonProps.srcLang

srcSet

srcSet?: string

Property Value

string

Inherited From ControlBarButtonProps.srcSet

start

start?: number

Property Value

number

Inherited From ControlBarButtonProps.start

step

step?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.step

style

style?: CSSProperties

Property Value

CSSProperties

Inherited From ControlBarButtonProps.style

summary

summary?: string

Property Value

string

Inherited From ControlBarButtonProps.summary

suppressContentEditableWarning

suppressContentEditableWarning?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.suppressContentEditableWarning

suppressHydrationWarning

suppressHydrationWarning?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.suppressHydrationWarning

tabIndex

tabIndex?: number

Property Value

number

Inherited From ControlBarButtonProps.tabIndex

target

target?: string

Property Value

string

Inherited From ControlBarButtonProps.target

text

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

text?: string

Property Value

string

Inherited From ControlBarButtonProps.text

theme

Theme provided by HOC.

theme?: ITheme

Property Value

ITheme

Inherited From ControlBarButtonProps.theme

title

title?: string

Property Value

string

Inherited From ControlBarButtonProps.title

toggle

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

toggle?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.toggle

toggled

Warning

This API is now deprecated.

No longer used. Use checked if setting state.

toggled?: boolean

Property Value

boolean

Inherited From ControlBarButtonProps.toggled

tooltipId

Id to use for the tooltip host.

tooltipId?: string

Property Value

string

Inherited From ControlBarButtonProps.tooltipId

translate

translate?: "yes" | "no"

Property Value

"yes" | "no"

Inherited From ControlBarButtonProps.translate

type

type?: string

Property Value

string

Inherited From ControlBarButtonProps.type

typeof

typeof?: string

Property Value

string

Inherited From ControlBarButtonProps.typeof

uniqueId

Unique ID to identify the item. Typically a duplicate of key value.

uniqueId?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.uniqueId

unselectable

unselectable?: "on" | "off"

Property Value

"on" | "off"

Inherited From ControlBarButtonProps.unselectable

useMap

useMap?: string

Property Value

string

Inherited From ControlBarButtonProps.useMap

value

value?: string | number | (readonly string[])

Property Value

string | number | (readonly string[])

Inherited From ControlBarButtonProps.value

vocab

vocab?: string

Property Value

string

Inherited From ControlBarButtonProps.vocab

width

width?: string | number

Property Value

string | number

Inherited From ControlBarButtonProps.width

wmode

wmode?: string

Property Value

string

Inherited From ControlBarButtonProps.wmode

wrap

wrap?: string

Property Value

string

Inherited From ControlBarButtonProps.wrap