共用方式為


EndCallButtonProps interface

EndCallButton的 Props。

Extends

屬性

onHangUp

搭配 communication react eventHandlers使用此元件的公用程序屬性。 直接對應至 onClick 屬性。

strings

在元件中覆寫的選擇性字串

繼承的屬性

about
accept
acceptCharset
accessKey
action
allowDisabledFocus

按鈕是否可以在停用模式中取得焦點

allowFullScreen
allowTransparency
alt
aria-activedescendant

當 DOM 焦點位於複合小工具、文字框、群組或應用程式時,識別目前使用中的元素。

aria-atomic

指出輔助技術會根據aria相關屬性所定義的變更通知,呈現變更區域的所有或僅部分。

aria-autocomplete

指出輸入文字是否可能會觸發輸入的一或多個用戶預期值的預測顯示,並指定預測在進行時呈現的方式。

aria-busy

表示正在修改專案,且輔助技術可能會想要等到修改完成,再向使用者公開這些修改。

aria-checked

指出複選框、單選按鈕和其他小工具目前的「已核取」狀態。

請參閱aria-pressed See aria-selected。

aria-colcount

定義數據表、方格或樹狀結構網格線中的數據行總數。

請參閱aria-colindex。

aria-colindex

定義元素的數據行索引或位置,與數據表、方格或樹狀結構內的數據行總數有關。

請參閱aria-colcount 請參閱aria-colspan。

aria-colspan

定義數據表、方格或樹狀結構網格線內儲存格或網格線所跨越的數據行數目。

請參閱aria-colindex 請參閱aria-rowspan。

aria-controls

識別目前專案所控制其內容或存在的專案(或專案)。

請參閱阿里亞擁有。

aria-current

表示表示容器或相關專案集內目前專案的專案。

aria-describedby

識別描述物件的專案(或專案)。

請參閱aria-labelledby

aria-details

識別提供物件詳細擴充描述的專案。

請參閱aria-describedby。

aria-disabled

表示元素可感知但已停用,因此無法編輯或可操作。

請參閱 aria-hidden See aria-readonly。

aria-dropeffect

指出卸除目標上放開拖曳的物件時,可以執行哪些函式。

aria-errormessage

識別提供物件錯誤訊息的專案。

請參閱 aria-invalid See aria-describedby。

aria-expanded

指出專案或它所控制的另一個群組專案目前是否已展開或折疊。

aria-flowto

識別內容替代閱讀順序中的下一個專案(或元素),使用者可自行決定,讓輔助技術覆寫以檔來源順序讀取的一般預設值。

aria-grabbed

表示拖放作業中元素的「抓取」狀態。

aria-haspopup

指出可由元素觸發的互動式快顯專案的可用性和類型,例如功能表或對話框。

aria-hidden

指出專案是否公開至輔助功能 API。

請參閱aria-disabled。

aria-invalid

表示輸入的值不符合應用程式預期的格式。

請參閱aria-errormessage。

aria-keyshortcuts

指出作者實作的鍵盤快捷方式,以啟動或將焦點提供給專案。

aria-label

定義標記目前專案的字串值。

請參閱aria-labelledby。

aria-labelledby

識別標記目前專案的專案(或專案)。

請參閱aria-describedby。

aria-level

定義結構中元素的階層式層級。

aria-live

表示專案將會更新,並描述使用者代理程式、輔助技術和使用者可以預期從即時區域更新的類型。

aria-modal

指出項目在顯示時是否為強制回應。

aria-multiline

指出文本框接受多行輸入,還是只接受單行。

aria-multiselectable

表示用戶可以從目前可選取的子系中選取多個專案。

aria-orientation

指出專案的方向是水準、垂直或未知/模棱兩可。

aria-owns

識別專案(或專案),以便定義 DOM 元素之間的視覺、功能或關係型父子關聯性,其中 DOM 階層無法用來表示關聯性。

請參閱aria-controls。

aria-placeholder

定義簡短提示(單字或短詞組),以在控件沒有值時協助使用者輸入數據。 提示可以是範例值或預期格式的簡短描述。

aria-posinset

定義專案在目前 listitems 或 treeitems 集合中的數位或位置。 如果集合中的所有元素都存在於 DOM 中,則不需要。

請參閱aria-setsize。

aria-pressed

表示切換按鈕的目前「已按下」狀態。

請參閱aria-checked See aria-selected。

aria-readonly

表示專案不可編輯,但不可操作。

請參閱aria-disabled。

aria-relevant

指出修改即時區域內輔助功能樹狀結構時,使用者代理程式將觸發哪些通知。

請參閱aria-atomic。

aria-required

表示在提交表單之前,元素上需要用戶輸入。

aria-roledescription

定義元素角色的人類可讀取、作者當地語系化描述。

aria-rowcount

定義數據表、方格或 treegrid 中的數據列總數。

請參閱aria-rowindex。

aria-rowindex

定義元素的數據列索引或位置,與數據表、方格或樹狀結構內的數據列總數有關。

請參閱aria-rowcount 請參閱aria-rowspan。

aria-rowspan

定義數據表、方格或樹狀結構內單元格或 gridcell 所跨越的數據列數目。

請參閱aria-rowindex 請參閱aria-colspan。

aria-selected

指出各種小工具目前的「選取」狀態。

請參閱 aria-checked See aria-pressed。

aria-setsize

定義目前 listitems 或 treeitems 集合中的項目數目。 如果集合中的所有元素都存在於 DOM 中,則不需要。

請參閱aria-posinset。

aria-sort

指出數據表或方格中的專案是否以遞增或遞減順序排序。

aria-valuemax

定義範圍小工具允許的最大值。

aria-valuemin

定義範圍小工具的最小允許值。

aria-valuenow

定義範圍小工具的目前值。

請參閱aria-valuetext。

aria-valuetext

定義範圍小工具的aria-valuenow人類可讀文字替代專案。

ariaDescription

螢幕助讀程式權益按鈕的詳細描述。

除了複合按鈕,其他按鈕類型還需要提供給螢幕助讀程式的詳細資訊。

ariaHidden

如果為 true,請新增 aria-hidden 屬性,指示螢幕助讀程式忽略 元素。

ariaLabel

按鈕的aria標籤,適用於螢幕助讀程式的優點。

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

是否已檢查按鈕。 建立獨立開啟/關閉按鈕時,應該搭配 toggle 屬性使用。

children
cite
classID
className

如果提供,則為根元素上提供的其他類別名稱。

color
cols
colSpan
componentRef

選擇性回呼以存取 IButton 介面。 請使用此選項,而不是 ref 來存取元件的公用方法和屬性。

content
contentEditable
contextMenu
controls
coords
crossOrigin
dangerouslySetInnerHTML
data

開發人員想要與按鈕建立關聯的任何自定義數據。

datatype
dateTime
default
defaultChecked
defaultRender

然而未知的檔

defaultValue
defer
description

適用於描述文字的樣式(適用於複合按鈕)。

dir
disabled

按鈕是否已停用

download
draggable
elementRef

選擇性回呼以存取根 DOM 元素。

encType
form
formAction
formEncType
formMethod
formNoValidate
formTarget
frameBorder
getClassNames

提供類別名稱以設定按鈕樣式的方法。 此 prop 的預設值是 BaseButton.classnames.ts中定義的 getClassnames func。

getSplitButtonClassNames

提供類別名稱以設定按鈕樣式的方法。 此 prop 的預設值是 BaseButton.classnames.ts中定義的 getClassnames func。

headers
height
hidden
high
href

如果提供,此元件將會轉譯為錨點。

hrefLang
htmlFor
httpEquiv
iconProps

按鈕中顯示的圖示屬性。

id
inlist
inputMode

提示在編輯專案或其內容時,使用者可能輸入的數據類型

請參閱 https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

integrity
is

指定標準 HTML 項目的行為應該與已定義的自定義內建項目類似

請參閱 https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

itemID
itemProp
itemRef
itemScope
itemType
keyParams
keytipProps

此按鈕的選擇性按鍵提示

keyType
kind
label
labelKey

標籤使用的索引鍵

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

轉譯自定義功能表以取代一般功能表。

menuIconProps

提供功能表下拉式清單時所顯示的圖示屬性。

menuProps

按鈕功能表的 Props。 提供此選項時,預設會顯示功能表圖示。 如需覆寫預設圖示的外觀,請參閱 menuIconProps。 除了 onClick,並將 split 屬性設定為 true,也會轉譯 SplitButton。

menuTriggerKeyCode

提供可用來開啟按鈕功能表的自訂KeyCode。 您可以提供 null 值,以停用使用按鍵來開啟按鈕功能表。

method
min
minLength
multiple
muted
name
nonce
noValidate
onAbort
onAbortCapture
onAfterMenuDismiss

關閉按鈕內容選單之後執行的回呼(已從 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

按兩下選單時選擇性回呼。

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

aria description 元素的自定義轉譯函式。

onRenderChildren

用於轉譯按鈕子系的自定義轉譯函式。

onRenderDescription

描述文字的自定義轉譯函式。

onRenderIcon

圖示的自定義轉譯函式

onRenderMenu
onRenderMenuIcon

按鈕功能表圖示的自定義轉譯函式

onRenderOffIcon

未核取按鈕時要呈現的圖示。

onRenderOnIcon

核取按鈕時要呈現的圖示。

onRenderText

標籤文字的自定義轉譯函式。

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

功能表不會在開啟或關閉時建立或終結,而是隱藏功能表。 這會改善功能表開啟的效能,但可能會透過在 dom 中擁有更多元素來影響整體效能。 只有當功能表效能很重要時,才應該使用。

注意:這可能會增加按鈕本身掛接所需的時間量。

placeholder
playsInline
poster
prefix
preload
primary

變更要強調之按鈕的視覺呈現。

primaryActionButtonProps

選擇性的 props 只能套用至 SplitButton 的主要動作按鈕,而不是套用至整體 SplitButton 容器

primaryDisabled

如果設定為 true,而這是分割按鈕(split 為 true),則會停用分割按鈕的主要動作。

property
radioGroup
readOnly
rel
renderPersistedMenuHiddenOnMount

如果為 true,當按鈕一開始掛接時,會隱藏保存的功能表。 除非顯示非保存功能表,否則不會在元件樹狀結構中。

注意:這會增加按鈕要掛接的時間,但可以改善所察覺的功能表開啟效能。 當用戶開啟功能表時。

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

此按鈕所採取動作的描述。 僅適用於複合按鈕。

security
selected
shape
showLabel

是否顯示標籤。

size
sizes
slot
span
spellCheck
split

如果設定為 true,而且如果提供 menuPropsonClick,按鈕將會轉譯為 SplitButton。

splitButtonAriaLabel

如果分割此按鈕,下拉式箭號按鈕的可存取標籤。

splitButtonMenuProps

傳遞至 menuButton 的實驗性道具,該屬性會轉譯為分割按鈕的一部分。 傳入的任何專案都可能需要有伴隨的樣式變更。

src
srcDoc
srcLang
srcSet
start
step
style
styles

Fluent 樣式,包括所有 ControlBarButton通用的延伸模組。

summary
suppressContentEditableWarning
suppressHydrationWarning
tabIndex
target
text

要轉譯按鈕標籤的文字。 如果提供文字,則會覆寫按鈕子系中的任何字串。 其他子元件會在文字之後通過。

theme

HOC 所提供的主題。

title
toggle

按鈕是否為具有不同開啟和關閉狀態的切換按鈕。 對於按下事件完成時永久變更狀態的按鈕,例如音量靜音按鈕,這應該是 true。

toggled
tooltipId

要用於工具提示主機的識別碼。

translate
type
typeof
uniqueId

用來識別專案的唯一標識符。 通常索引鍵值重複。

unselectable
useMap
value
vocab
width
wmode
wrap

屬性詳細資料

onHangUp

搭配 communication react eventHandlers使用此元件的公用程序屬性。 直接對應至 onClick 屬性。

onHangUp?: () => Promise<void>

屬性值

() => Promise<void>

strings

在元件中覆寫的選擇性字串

strings?: EndCallButtonStrings

屬性值

繼承的屬性詳細資料

about

about?: string

屬性值

string

繼承自ControlBarButtonProps.about

accept

accept?: string

屬性值

string

繼承自ControlBarButtonProps.accept

acceptCharset

acceptCharset?: string

屬性值

string

繼承自ControlBarButtonProps.acceptCharset

accessKey

accessKey?: string

屬性值

string

繼承自ControlBarButtonProps.accessKey

action

action?: string

屬性值

string

繼承自ControlBarButtonProps.action

allowDisabledFocus

按鈕是否可以在停用模式中取得焦點

allowDisabledFocus?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.allowDisabledFocus

allowFullScreen

allowFullScreen?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.allowFullScreen

allowTransparency

allowTransparency?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.allowTransparency

alt

alt?: string

屬性值

string

繼承自ControlBarButtonProps.alt

aria-activedescendant

當 DOM 焦點位於複合小工具、文字框、群組或應用程式時,識別目前使用中的元素。

aria-activedescendant?: string

屬性值

string

繼承自ControlBarButtonProps.aria-activedescendant

aria-atomic

指出輔助技術會根據aria相關屬性所定義的變更通知,呈現變更區域的所有或僅部分。

aria-atomic?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-atomic

aria-autocomplete

指出輸入文字是否可能會觸發輸入的一或多個用戶預期值的預測顯示,並指定預測在進行時呈現的方式。

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

屬性值

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

繼承自ControlBarButtonProps.aria-autocomplete

aria-busy

表示正在修改專案,且輔助技術可能會想要等到修改完成,再向使用者公開這些修改。

aria-busy?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-busy

aria-checked

指出複選框、單選按鈕和其他小工具目前的「已核取」狀態。

請參閱aria-pressed See aria-selected。

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

屬性值

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

繼承自ControlBarButtonProps.aria-checked

aria-colcount

定義數據表、方格或樹狀結構網格線中的數據行總數。

請參閱aria-colindex。

aria-colcount?: number

屬性值

number

繼承自ControlBarButtonProps.aria-colcount

aria-colindex

定義元素的數據行索引或位置,與數據表、方格或樹狀結構內的數據行總數有關。

請參閱aria-colcount 請參閱aria-colspan。

aria-colindex?: number

屬性值

number

繼承自ControlBarButtonProps.aria-colindex

aria-colspan

定義數據表、方格或樹狀結構網格線內儲存格或網格線所跨越的數據行數目。

請參閱aria-colindex 請參閱aria-rowspan。

aria-colspan?: number

屬性值

number

繼承自ControlBarButtonProps.aria-colspan

aria-controls

識別目前專案所控制其內容或存在的專案(或專案)。

請參閱阿里亞擁有。

aria-controls?: string

屬性值

string

繼承自ControlBarButtonProps.aria-controls

aria-current

表示表示容器或相關專案集內目前專案的專案。

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

屬性值

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

繼承自ControlBarButtonProps.aria-current

aria-describedby

識別描述物件的專案(或專案)。

請參閱aria-labelledby

aria-describedby?: string

屬性值

string

繼承自ControlBarButtonProps.aria-describedby

aria-details

識別提供物件詳細擴充描述的專案。

請參閱aria-describedby。

aria-details?: string

屬性值

string

繼承自ControlBarButtonProps.aria-details

aria-disabled

表示元素可感知但已停用,因此無法編輯或可操作。

請參閱 aria-hidden See aria-readonly。

aria-disabled?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-disabled

aria-dropeffect

警告

此 API 現已淘汰。

in ARIA 1.1

指出卸除目標上放開拖曳的物件時,可以執行哪些函式。

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

屬性值

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

繼承自ControlBarButtonProps.aria-dropeffect

aria-errormessage

識別提供物件錯誤訊息的專案。

請參閱 aria-invalid See aria-describedby。

aria-errormessage?: string

屬性值

string

繼承自ControlBarButtonProps.aria-errormessage

aria-expanded

指出專案或它所控制的另一個群組專案目前是否已展開或折疊。

aria-expanded?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-expanded

aria-flowto

識別內容替代閱讀順序中的下一個專案(或元素),使用者可自行決定,讓輔助技術覆寫以檔來源順序讀取的一般預設值。

aria-flowto?: string

屬性值

string

繼承自ControlBarButtonProps.aria-flowto

aria-grabbed

警告

此 API 現已淘汰。

in ARIA 1.1

表示拖放作業中元素的「抓取」狀態。

aria-grabbed?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-grabbed

aria-haspopup

指出可由元素觸發的互動式快顯專案的可用性和類型,例如功能表或對話框。

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

屬性值

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

繼承自ControlBarButtonProps.aria-haspopup

aria-hidden

指出專案是否公開至輔助功能 API。

請參閱aria-disabled。

aria-hidden?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-hidden

aria-invalid

表示輸入的值不符合應用程式預期的格式。

請參閱aria-errormessage。

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

屬性值

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

繼承自ControlBarButtonProps.aria-invalid

aria-keyshortcuts

指出作者實作的鍵盤快捷方式,以啟動或將焦點提供給專案。

aria-keyshortcuts?: string

屬性值

string

繼承自ControlBarButtonProps.aria-keyshortcuts

aria-label

定義標記目前專案的字串值。

請參閱aria-labelledby。

aria-label?: string

屬性值

string

繼承自ControlBarButtonProps.aria-label

aria-labelledby

識別標記目前專案的專案(或專案)。

請參閱aria-describedby。

aria-labelledby?: string

屬性值

string

繼承自ControlBarButtonProps.aria-labelledby

aria-level

定義結構中元素的階層式層級。

aria-level?: number

屬性值

number

繼承自ControlBarButtonProps.aria 層級

aria-live

表示專案將會更新,並描述使用者代理程式、輔助技術和使用者可以預期從即時區域更新的類型。

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

屬性值

"off" | "assertive" | "polite"

繼承自ControlBarButtonProps.aria-live

aria-modal

指出項目在顯示時是否為強制回應。

aria-modal?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-modal

aria-multiline

指出文本框接受多行輸入,還是只接受單行。

aria-multiline?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-multiline

aria-multiselectable

表示用戶可以從目前可選取的子系中選取多個專案。

aria-multiselectable?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-multiselectable

aria-orientation

指出專案的方向是水準、垂直或未知/模棱兩可。

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

屬性值

"horizontal" | "vertical"

繼承自ControlBarButtonProps.aria-orientation

aria-owns

識別專案(或專案),以便定義 DOM 元素之間的視覺、功能或關係型父子關聯性,其中 DOM 階層無法用來表示關聯性。

請參閱aria-controls。

aria-owns?: string

屬性值

string

繼承自ControlBarButtonProps.aria-owns

aria-placeholder

定義簡短提示(單字或短詞組),以在控件沒有值時協助使用者輸入數據。 提示可以是範例值或預期格式的簡短描述。

aria-placeholder?: string

屬性值

string

繼承自ControlBarButtonProps.aria-placeholder

aria-posinset

定義專案在目前 listitems 或 treeitems 集合中的數位或位置。 如果集合中的所有元素都存在於 DOM 中,則不需要。

請參閱aria-setsize。

aria-posinset?: number

屬性值

number

繼承自ControlBarButtonProps.aria-posinset

aria-pressed

表示切換按鈕的目前「已按下」狀態。

請參閱aria-checked See aria-selected。

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

屬性值

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

繼承自ControlBarButtonProps.aria-pressed

aria-readonly

表示專案不可編輯,但不可操作。

請參閱aria-disabled。

aria-readonly?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-readonly

aria-relevant

指出修改即時區域內輔助功能樹狀結構時,使用者代理程式將觸發哪些通知。

請參閱aria-atomic。

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

屬性值

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

繼承自ControlBarButtonProps.aria 相關

aria-required

表示在提交表單之前,元素上需要用戶輸入。

aria-required?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-required

aria-roledescription

定義元素角色的人類可讀取、作者當地語系化描述。

aria-roledescription?: string

屬性值

string

繼承自ControlBarButtonProps.aria-roledescription

aria-rowcount

定義數據表、方格或 treegrid 中的數據列總數。

請參閱aria-rowindex。

aria-rowcount?: number

屬性值

number

繼承自ControlBarButtonProps.aria-rowcount

aria-rowindex

定義元素的數據列索引或位置,與數據表、方格或樹狀結構內的數據列總數有關。

請參閱aria-rowcount 請參閱aria-rowspan。

aria-rowindex?: number

屬性值

number

繼承自ControlBarButtonProps.aria-rowindex

aria-rowspan

定義數據表、方格或樹狀結構內單元格或 gridcell 所跨越的數據列數目。

請參閱aria-rowindex 請參閱aria-colspan。

aria-rowspan?: number

屬性值

number

繼承自ControlBarButtonProps.aria-rowspan

aria-selected

指出各種小工具目前的「選取」狀態。

請參閱 aria-checked See aria-pressed。

aria-selected?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.aria-selected

aria-setsize

定義目前 listitems 或 treeitems 集合中的項目數目。 如果集合中的所有元素都存在於 DOM 中,則不需要。

請參閱aria-posinset。

aria-setsize?: number

屬性值

number

繼承自ControlBarButtonProps.aria-setsize

aria-sort

指出數據表或方格中的專案是否以遞增或遞減順序排序。

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

屬性值

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

繼承自ControlBarButtonProps.aria-sort

aria-valuemax

定義範圍小工具允許的最大值。

aria-valuemax?: number

屬性值

number

繼承自ControlBarButtonProps.aria-valuemax

aria-valuemin

定義範圍小工具的最小允許值。

aria-valuemin?: number

屬性值

number

繼承自ControlBarButtonProps.aria-valuemin

aria-valuenow

定義範圍小工具的目前值。

請參閱aria-valuetext。

aria-valuenow?: number

屬性值

number

繼承自ControlBarButtonProps.aria-valuenow

aria-valuetext

定義範圍小工具的aria-valuenow人類可讀文字替代專案。

aria-valuetext?: string

屬性值

string

繼承自ControlBarButtonProps.aria-valuetext

ariaDescription

螢幕助讀程式權益按鈕的詳細描述。

除了複合按鈕,其他按鈕類型還需要提供給螢幕助讀程式的詳細資訊。

ariaDescription?: string

屬性值

string

繼承自ControlBarButtonProps.ariaDescription

ariaHidden

如果為 true,請新增 aria-hidden 屬性,指示螢幕助讀程式忽略 元素。

ariaHidden?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.ariaHidden

ariaLabel

按鈕的aria標籤,適用於螢幕助讀程式的優點。

ariaLabel?: string

屬性值

string

繼承自ControlBarButtonProps.ariaLabel

as

as?: string

屬性值

string

繼承自ControlBarButtonProps.as

async

async?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.async

autoCapitalize

autoCapitalize?: string

屬性值

string

繼承自ControlBarButtonProps.autoCapitalize

autoComplete

autoComplete?: string

屬性值

string

繼承自ControlBarButtonProps.autoComplete

autoCorrect

autoCorrect?: string

屬性值

string

繼承自ControlBarButtonProps.autoCorrect

autoFocus

autoFocus?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.autoFocus

autoPlay

autoPlay?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.autoPlay

autoSave

autoSave?: string

屬性值

string

繼承自ControlBarButtonProps.autoSave

buttonType

警告

此 API 現已淘汰。

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

buttonType?: ButtonType

屬性值

ButtonType

繼承自ControlBarButtonProps.buttonType

capture

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

屬性值

boolean | "user" | "environment"

繼承自ControlBarButtonProps.capture

cellPadding

cellPadding?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.cellPadding

cellSpacing

cellSpacing?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.cellSpacing

challenge

challenge?: string

屬性值

string

繼承自ControlBarButtonProps.challenge

charSet

charSet?: string

屬性值

string

繼承自ControlBarButtonProps.charSet

checked

是否已檢查按鈕。 建立獨立開啟/關閉按鈕時,應該搭配 toggle 屬性使用。

checked?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.checked

children

children?: ReactNode

屬性值

ReactNode

繼承自ControlBarButtonProps.children

cite

cite?: string

屬性值

string

繼承自ControlBarButtonProps.cite

classID

classID?: string

屬性值

string

繼承自ControlBarButtonProps.classID

className

如果提供,則為根元素上提供的其他類別名稱。

className?: string

屬性值

string

繼承自ControlBarButtonProps.className

color

color?: string

屬性值

string

繼承自ControlBarButtonProps.color

cols

cols?: number

屬性值

number

繼承自ControlBarButtonProps.cols

colSpan

colSpan?: number

屬性值

number

繼承自ControlBarButtonProps.colSpan

componentRef

選擇性回呼以存取 IButton 介面。 請使用此選項,而不是 ref 來存取元件的公用方法和屬性。

componentRef?: IRefObject<IButton>

屬性值

IRefObject<IButton>

繼承自ControlBarButtonProps.componentRef

content

content?: string

屬性值

string

繼承自ControlBarButtonProps.content

contentEditable

contentEditable?: Booleanish | "inherit"

屬性值

Booleanish | "inherit"

繼承自ControlBarButtonProps.contentEditable

contextMenu

contextMenu?: string

屬性值

string

繼承自ControlBarButtonProps.contextMenu

controls

controls?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.controls

coords

coords?: string

屬性值

string

繼承自ControlBarButtonProps.coords

crossOrigin

crossOrigin?: CrossOrigin

屬性值

CrossOrigin

繼承自ControlBarButtonProps.crossOrigin

dangerouslySetInnerHTML

dangerouslySetInnerHTML?: { __html: string | TrustedHTML }

屬性值

{ __html: string | TrustedHTML }

繼承自ControlBarButtonProps.dangerouslySetInnerHTML

data

開發人員想要與按鈕建立關聯的任何自定義數據。

data?: any

屬性值

any

繼承自ControlBarButtonProps.data

datatype

datatype?: string

屬性值

string

繼承自ControlBarButtonProps.datatype

dateTime

dateTime?: string

屬性值

string

繼承自ControlBarButtonProps.dateTime

default

default?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.default

defaultChecked

defaultChecked?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.defaultChecked

defaultRender

然而未知的檔

defaultRender?: any

屬性值

any

繼承自ControlBarButtonProps.defaultRender

defaultValue

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

屬性值

string | number | (readonly string[])

繼承自ControlBarButtonProps.defaultValue

defer

defer?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.defer

description

警告

此 API 現已淘汰。

Use secondaryText instead.

適用於描述文字的樣式(適用於複合按鈕)。

description?: string

屬性值

string

繼承自ControlBarButtonProps.description

dir

dir?: string

屬性值

string

繼承自ControlBarButtonProps.dir

disabled

按鈕是否已停用

disabled?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.disabled

download

download?: any

屬性值

any

繼承自ControlBarButtonProps.download

draggable

draggable?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.draggable

elementRef

警告

此 API 現已淘汰。

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

選擇性回呼以存取根 DOM 元素。

elementRef?: Ref<HTMLElement>

屬性值

Ref<HTMLElement>

繼承自ControlBarButtonProps.elementRef

encType

encType?: string

屬性值

string

繼承自ControlBarButtonProps.encType

form

form?: string

屬性值

string

繼承自ControlBarButtonProps.form

formAction

formAction?: string

屬性值

string

繼承自ControlBarButtonProps.formAction

formEncType

formEncType?: string

屬性值

string

繼承自ControlBarButtonProps.formEncType

formMethod

formMethod?: string

屬性值

string

繼承自ControlBarButtonProps.formMethod

formNoValidate

formNoValidate?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.formNoValidate

formTarget

formTarget?: string

屬性值

string

繼承自ControlBarButtonProps.formTarget

frameBorder

frameBorder?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.frameBorder

getClassNames

提供類別名稱以設定按鈕樣式的方法。 此 prop 的預設值是 BaseButton.classnames.ts中定義的 getClassnames func。

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

屬性值

(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

繼承自ControlBarButtonProps.getClassNames

getSplitButtonClassNames

提供類別名稱以設定按鈕樣式的方法。 此 prop 的預設值是 BaseButton.classnames.ts中定義的 getClassnames func。

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

屬性值

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

繼承自ControlBarButtonProps.getSplitButtonClassNames

headers

headers?: string

屬性值

string

繼承自ControlBarButtonProps.headers

height

height?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.height

hidden

hidden?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.hidden

high

high?: number

屬性值

number

繼承自ControlBarButtonProps.high

href

如果提供,此元件將會轉譯為錨點。

href?: string

屬性值

string

繼承自ControlBarButtonProps.href

hrefLang

hrefLang?: string

屬性值

string

繼承自ControlBarButtonProps.hrefLang

htmlFor

htmlFor?: string

屬性值

string

繼承自ControlBarButtonProps.htmlFor

httpEquiv

httpEquiv?: string

屬性值

string

繼承自ControlBarButtonProps.HTTPEquiv

iconProps

按鈕中顯示的圖示屬性。

iconProps?: IIconProps

屬性值

IIconProps

繼承自ControlBarButtonProps.iconProps

id

id?: string

屬性值

string

繼承自ControlBarButtonProps.id

inlist

inlist?: any

屬性值

any

繼承自ControlBarButtonProps.inlist

inputMode

提示在編輯專案或其內容時,使用者可能輸入的數據類型

請參閱 https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

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

屬性值

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

繼承自ControlBarButtonProps.inputMode

integrity

integrity?: string

屬性值

string

繼承自ControlBarButtonProps.integrity

is

指定標準 HTML 項目的行為應該與已定義的自定義內建項目類似

請參閱 https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

is?: string

屬性值

string

繼承自ControlBarButtonProps.is

itemID

itemID?: string

屬性值

string

繼承自ControlBarButtonProps.itemID

itemProp

itemProp?: string

屬性值

string

繼承自ControlBarButtonProps.itemProp

itemRef

itemRef?: string

屬性值

string

繼承自ControlBarButtonProps.itemRef

itemScope

itemScope?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.itemScope

itemType

itemType?: string

屬性值

string

繼承自ControlBarButtonProps.itemType

keyParams

keyParams?: string

屬性值

string

繼承自ControlBarButtonProps.keyParams

keytipProps

此按鈕的選擇性按鍵提示

keytipProps?: IKeytipProps

屬性值

IKeytipProps

繼承自ControlBarButtonProps.keytipProps

keyType

keyType?: string

屬性值

string

繼承自ControlBarButtonProps.keyType

kind

kind?: string

屬性值

string

繼承自ControlBarButtonProps.kind

label

label?: string

屬性值

string

繼承自ControlBarButtonProps.label

labelKey

標籤使用的索引鍵

labelKey?: string

屬性值

string

繼承自ControlBarButtonProps.labelKey

lang

lang?: string

屬性值

string

繼承自ControlBarButtonProps.lang

list

list?: string

屬性值

string

繼承自ControlBarButtonProps.list

loop

loop?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.loop

low

low?: number

屬性值

number

繼承自ControlBarButtonProps.low

manifest

manifest?: string

屬性值

string

繼承自ControlBarButtonProps.manifest

marginHeight

marginHeight?: number

屬性值

number

繼承自ControlBarButtonProps.marginHeight

marginWidth

marginWidth?: number

屬性值

number

繼承自ControlBarButtonProps.marginWidth

max

max?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.max

maxLength

maxLength?: number

屬性值

number

繼承自ControlBarButtonProps.maxLength

media

media?: string

屬性值

string

繼承自ControlBarButtonProps.media

mediaGroup

mediaGroup?: string

屬性值

string

繼承自ControlBarButtonProps.mediaGroup

menuAs

轉譯自定義功能表以取代一般功能表。

menuAs?: IComponentAs<IContextualMenuProps>

屬性值

IComponentAs<IContextualMenuProps>

繼承自ControlBarButtonProps.menuAs

menuIconProps

提供功能表下拉式清單時所顯示的圖示屬性。

menuIconProps?: IIconProps

屬性值

IIconProps

繼承自ControlBarButtonProps.menuIconProps

menuProps

按鈕功能表的 Props。 提供此選項時,預設會顯示功能表圖示。 如需覆寫預設圖示的外觀,請參閱 menuIconProps。 除了 onClick,並將 split 屬性設定為 true,也會轉譯 SplitButton。

menuProps?: IContextualMenuProps

屬性值

IContextualMenuProps

繼承自ControlBarButtonProps.menuProps

menuTriggerKeyCode

提供可用來開啟按鈕功能表的自訂KeyCode。 您可以提供 null 值,以停用使用按鍵來開啟按鈕功能表。

menuTriggerKeyCode?: null | number

屬性值

null | number

繼承自ControlBarButtonProps.menuTriggerKeyCode

method

method?: string

屬性值

string

繼承自ControlBarButtonProps.method

min

min?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.min

minLength

minLength?: number

屬性值

number

繼承自ControlBarButtonProps.minLength

multiple

multiple?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.multiple

muted

muted?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.muted

name

name?: string

屬性值

string

繼承自ControlBarButtonProps.name

nonce

nonce?: string

屬性值

string

繼承自ControlBarButtonProps.nonce

noValidate

noValidate?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.noValidate

onAbort

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

屬性值

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

繼承自ControlBarButtonProps.onAbort

onAbortCapture

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

屬性值

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

繼承自ControlBarButtonProps.onAbortCapture

onAfterMenuDismiss

關閉按鈕內容選單之後執行的回呼(已從 DOM 移除)

onAfterMenuDismiss?: () => void

屬性值

() => void

繼承自ControlBarButtonProps.onAfterMenuDismiss

onAnimationEnd

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

屬性值

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

繼承自ControlBarButtonProps.onAnimationEnd

onAnimationEndCapture

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

屬性值

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

繼承自ControlBarButtonProps.onAnimationEndCapture

onAnimationIteration

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

屬性值

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

繼承自ControlBarButtonProps.onAnimationIteration

onAnimationIterationCapture

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

屬性值

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

繼承自ControlBarButtonProps.onAnimationIterationCapture

onAnimationStart

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

屬性值

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

繼承自ControlBarButtonProps.onAnimationStart

onAnimationStartCapture

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

屬性值

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

繼承自ControlBarButtonProps.onAnimationStartCapture

onAuxClick

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

屬性值

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

繼承自ControlBarButtonProps.onAuxClick

onAuxClickCapture

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

屬性值

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

繼承自ControlBarButtonProps.onAuxClickCapture

onBeforeInput

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

屬性值

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

繼承自ControlBarButtonProps.onBeforeInput

onBeforeInputCapture

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

屬性值

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

繼承自ControlBarButtonProps.onBeforeInputCapture

onBlur

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

屬性值

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

繼承自ControlBarButtonProps.onBlur

onBlurCapture

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

屬性值

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

繼承自ControlBarButtonProps.onBlurCapture

onCanPlay

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

屬性值

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

繼承自ControlBarButtonProps.onCanPlay

onCanPlayCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCanPlayCapture

onCanPlayThrough

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

屬性值

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

繼承自ControlBarButtonProps.onCanPlayThrough

onCanPlayThroughCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCanPlayThroughCapture

onChange

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

屬性值

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

繼承自ControlBarButtonProps.onChange

onChangeCapture

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

屬性值

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

繼承自ControlBarButtonProps.onChangeCapture

onClick

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

屬性值

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

繼承自ControlBarButtonProps.onClick

onClickCapture

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

屬性值

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

繼承自ControlBarButtonProps.onClickCapture

onCompositionEnd

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

屬性值

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

繼承自ControlBarButtonProps.onCompositionEnd

onCompositionEndCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCompositionEndCapture

onCompositionStart

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

屬性值

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

繼承自ControlBarButtonProps.onCompositionStart

onCompositionStartCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCompositionStartCapture

onCompositionUpdate

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

屬性值

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

繼承自ControlBarButtonProps.onCompositionUpdate

onCompositionUpdateCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCompositionUpdateCapture

onContextMenu

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

屬性值

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

繼承自ControlBarButtonProps.onContextMenu

onContextMenuCapture

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

屬性值

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

繼承自ControlBarButtonProps.onContextMenuCapture

onCopy

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

屬性值

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

繼承自ControlBarButtonProps.onCopy

onCopyCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCopyCapture

onCut

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

屬性值

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

繼承自ControlBarButtonProps.onCut

onCutCapture

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

屬性值

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

繼承自ControlBarButtonProps.onCutCapture

onDoubleClick

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

屬性值

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

繼承自ControlBarButtonProps.onDoubleClick

onDoubleClickCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDoubleClickCapture

onDrag

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

屬性值

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

繼承自ControlBarButtonProps.onDrag

onDragCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragCapture

onDragEnd

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

屬性值

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

繼承自ControlBarButtonProps.onDragEnd

onDragEndCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragEndCapture

onDragEnter

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

屬性值

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

繼承自ControlBarButtonProps.onDragEnter

onDragEnterCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragEnterCapture

onDragExit

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

屬性值

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

繼承自ControlBarButtonProps.onDragExit

onDragExitCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragExitCapture

onDragLeave

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

屬性值

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

繼承自ControlBarButtonProps.onDragLeave

onDragLeaveCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragLeaveCapture

onDragOver

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

屬性值

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

繼承自ControlBarButtonProps.onDragOver

onDragOverCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragOverCapture

onDragStart

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

屬性值

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

繼承自ControlBarButtonProps.onDragStart

onDragStartCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDragStartCapture

onDrop

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

屬性值

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

繼承自ControlBarButtonProps.onDrop

onDropCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDropCapture

onDurationChange

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

屬性值

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

繼承自ControlBarButtonProps.onDurationChange

onDurationChangeCapture

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

屬性值

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

繼承自ControlBarButtonProps.onDurationChangeCapture

onEmptied

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

屬性值

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

繼承自ControlBarButtonProps.onEmptied

onEmptiedCapture

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

屬性值

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

繼承自ControlBarButtonProps.onEmptiedCapture

onEncrypted

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

屬性值

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

繼承自ControlBarButtonProps.onEncrypted

onEncryptedCapture

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

屬性值

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

繼承自ControlBarButtonProps.onEncryptedCapture

onEnded

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

屬性值

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

繼承自ControlBarButtonProps.onEnded

onEndedCapture

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

屬性值

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

繼承自ControlBarButtonProps.onEndedCapture

onError

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

屬性值

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

繼承自ControlBarButtonProps.onError

onErrorCapture

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

屬性值

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

繼承自ControlBarButtonProps.onErrorCapture

onFocus

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

屬性值

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

繼承自ControlBarButtonProps.onFocus

onFocusCapture

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

屬性值

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

繼承自ControlBarButtonProps.onFocusCapture

onGotPointerCapture

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

屬性值

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

繼承自ControlBarButtonProps.onGotPointerCapture

onGotPointerCaptureCapture

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

屬性值

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

繼承自ControlBarButtonProps.onGotPointerCaptureCapture

onInput

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

屬性值

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

繼承自ControlBarButtonProps.onInput

onInputCapture

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

屬性值

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

繼承自ControlBarButtonProps.onInputCapture

onInvalid

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

屬性值

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

繼承自ControlBarButtonProps.onInvalid

onInvalidCapture

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

屬性值

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

繼承自ControlBarButtonProps.onInvalidCapture

onKeyDown

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

屬性值

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

繼承自ControlBarButtonProps.onKeyDown

onKeyDownCapture

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

屬性值

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

繼承自ControlBarButtonProps.onKeyDownCapture

onKeyPress

警告

此 API 現已淘汰。

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

屬性值

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

繼承自ControlBarButtonProps.onKeyPress

onKeyPressCapture

警告

此 API 現已淘汰。

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

屬性值

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

繼承自ControlBarButtonProps.onKeyPressCapture

onKeyUp

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

屬性值

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

繼承自ControlBarButtonProps.onKeyUp

onKeyUpCapture

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

屬性值

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

繼承自ControlBarButtonProps.onKeyUpCapture

onLoad

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

屬性值

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

繼承自ControlBarButtonProps.onLoad

onLoadCapture

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

屬性值

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

繼承自ControlBarButtonProps.onLoadCapture

onLoadedData

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

屬性值

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

繼承自ControlBarButtonProps.onLoadedData

onLoadedDataCapture

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

屬性值

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

繼承自ControlBarButtonProps.onLoadedDataCapture

onLoadedMetadata

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

屬性值

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

繼承自ControlBarButtonProps.onLoadedMetadata

onLoadedMetadataCapture

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

屬性值

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

繼承自ControlBarButtonProps.onLoadedMetadataCapture

onLoadStart

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

屬性值

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

繼承自ControlBarButtonProps.onLoadStart

onLoadStartCapture

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

屬性值

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

繼承自ControlBarButtonProps.onLoadStartCapture

onLostPointerCapture

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

屬性值

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

繼承自ControlBarButtonProps.onLostPointerCapture

onLostPointerCaptureCapture

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

屬性值

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

繼承自ControlBarButtonProps.onLostPointerCaptureCapture

onMenuClick

按兩下選單時選擇性回呼。

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

屬性值

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

繼承自ControlBarButtonProps.onMenuClick

onMouseDown

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

屬性值

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

繼承自ControlBarButtonProps.onMouseDown

onMouseDownCapture

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

屬性值

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

繼承自ControlBarButtonProps.onMouseDownCapture

onMouseEnter

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

屬性值

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

繼承自ControlBarButtonProps.onMouseEnter

onMouseLeave

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

屬性值

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

繼承自ControlBarButtonProps.onMouseLeave

onMouseMove

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

屬性值

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

繼承自ControlBarButtonProps.onMouseMove

onMouseMoveCapture

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

屬性值

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

繼承自ControlBarButtonProps.onMouseMoveCapture

onMouseOut

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

屬性值

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

繼承自ControlBarButtonProps.onMouseOut

onMouseOutCapture

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

屬性值

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

繼承自ControlBarButtonProps.onMouseOutCapture

onMouseOver

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

屬性值

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

繼承自ControlBarButtonProps.onMouseOver

onMouseOverCapture

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

屬性值

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

繼承自ControlBarButtonProps.onMouseOverCapture

onMouseUp

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

屬性值

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

繼承自ControlBarButtonProps.onMouseUp

onMouseUpCapture

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

屬性值

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

繼承自ControlBarButtonProps.onMouseUpCapture

onPaste

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

屬性值

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

繼承自ControlBarButtonProps.onPaste

onPasteCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPasteCapture

onPause

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

屬性值

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

繼承自ControlBarButtonProps.onPause

onPauseCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPauseCapture

onPlay

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

屬性值

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

繼承自ControlBarButtonProps.onPlay

onPlayCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPlayCapture

onPlaying

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

屬性值

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

繼承自ControlBarButtonProps.onPlaying

onPlayingCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPlayingCapture

onPointerCancel

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

屬性值

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

繼承自ControlBarButtonProps.onPointerCancel

onPointerCancelCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPointerCancelCapture

onPointerDown

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

屬性值

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

繼承自ControlBarButtonProps.onPointerDown

onPointerDownCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPointerDownCapture

onPointerEnter

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

屬性值

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

繼承自ControlBarButtonProps.onPointerEnter

onPointerEnterCapture

警告

此 API 現已淘汰。

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

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

屬性值

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

繼承自ControlBarButtonProps.onPointerEnterCapture

onPointerLeave

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

屬性值

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

繼承自ControlBarButtonProps.onPointerLeave

onPointerLeaveCapture

警告

此 API 現已淘汰。

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

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

屬性值

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

繼承自ControlBarButtonProps.onPointerLeaveCapture

onPointerMove

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

屬性值

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

繼承自ControlBarButtonProps.onPointerMove

onPointerMoveCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPointerMoveCapture

onPointerOut

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

屬性值

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

繼承自ControlBarButtonProps.onPointerOut

onPointerOutCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPointerOutCapture

onPointerOver

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

屬性值

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

繼承自ControlBarButtonProps.onPointerOver

onPointerOverCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPointerOverCapture

onPointerUp

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

屬性值

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

繼承自ControlBarButtonProps.onPointerUp

onPointerUpCapture

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

屬性值

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

繼承自ControlBarButtonProps.onPointerUpCapture

onProgress

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

屬性值

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

繼承自ControlBarButtonProps.onProgress

onProgressCapture

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

屬性值

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

繼承自ControlBarButtonProps.onProgressCapture

onRateChange

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

屬性值

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

繼承自ControlBarButtonProps.onRateChange

onRateChangeCapture

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

屬性值

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

繼承自ControlBarButtonProps.onRateChangeCapture

onRenderAriaDescription

aria description 元素的自定義轉譯函式。

onRenderAriaDescription?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderAriaDescription

onRenderChildren

用於轉譯按鈕子系的自定義轉譯函式。

onRenderChildren?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderChildren

onRenderDescription

描述文字的自定義轉譯函式。

onRenderDescription?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderDescription

onRenderIcon

圖示的自定義轉譯函式

onRenderIcon?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderIcon

onRenderMenu

警告

此 API 現已淘汰。

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

onRenderMenu?: IRenderFunction<IContextualMenuProps>

屬性值

IRenderFunction<IContextualMenuProps>

繼承自ControlBarButtonProps.onRenderMenu

onRenderMenuIcon

按鈕功能表圖示的自定義轉譯函式

onRenderMenuIcon?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderMenuIcon

onRenderOffIcon

未核取按鈕時要呈現的圖示。

onRenderOffIcon?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderOffIcon

onRenderOnIcon

核取按鈕時要呈現的圖示。

onRenderOnIcon?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderOnIcon

onRenderText

標籤文字的自定義轉譯函式。

onRenderText?: IRenderFunction<IButtonProps>

屬性值

IRenderFunction<IButtonProps>

繼承自ControlBarButtonProps.onRenderText

onReset

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

屬性值

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

繼承自ControlBarButtonProps.onReset

onResetCapture

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

屬性值

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

繼承自ControlBarButtonProps.onResetCapture

onScroll

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

屬性值

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

繼承自ControlBarButtonProps.onScroll

onScrollCapture

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

屬性值

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

繼承自ControlBarButtonProps.onScrollCapture

onSeeked

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

屬性值

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

繼承自ControlBarButtonProps.onSeeked

onSeekedCapture

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

屬性值

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

繼承自ControlBarButtonProps.onSeekedCapture

onSeeking

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

屬性值

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

繼承自ControlBarButtonProps.onSeeking

onSeekingCapture

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

屬性值

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

繼承自ControlBarButtonProps.onSeekingCapture

onSelect

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

屬性值

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

繼承自ControlBarButtonProps.onSelect

onSelectCapture

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

屬性值

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

繼承自ControlBarButtonProps.onSelectCapture

onStalled

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

屬性值

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

繼承自ControlBarButtonProps.onStalled

onStalledCapture

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

屬性值

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

繼承自ControlBarButtonProps.onStalledCapture

onSubmit

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

屬性值

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

繼承自ControlBarButtonProps.onSubmit

onSubmitCapture

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

屬性值

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

繼承自ControlBarButtonProps.onSubmitCapture

onSuspend

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

屬性值

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

繼承自ControlBarButtonProps.onSuspend

onSuspendCapture

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

屬性值

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

繼承自ControlBarButtonProps.onSuspendCapture

onTimeUpdate

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

屬性值

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

繼承自ControlBarButtonProps.onTimeUpdate

onTimeUpdateCapture

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

屬性值

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

繼承自ControlBarButtonProps.onTimeUpdateCapture

onTouchCancel

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

屬性值

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

繼承自ControlBarButtonProps.onTouchCancel

onTouchCancelCapture

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

屬性值

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

繼承自ControlBarButtonProps.onTouchCancelCapture

onTouchEnd

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

屬性值

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

繼承自ControlBarButtonProps.onTouchEnd

onTouchEndCapture

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

屬性值

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

繼承自ControlBarButtonProps.onTouchEndCapture

onTouchMove

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

屬性值

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

繼承自ControlBarButtonProps.onTouchMove

onTouchMoveCapture

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

屬性值

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

繼承自ControlBarButtonProps.onTouchMoveCapture

onTouchStart

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

屬性值

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

繼承自ControlBarButtonProps.onTouchStart

onTouchStartCapture

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

屬性值

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

繼承自ControlBarButtonProps.onTouchStartCapture

onTransitionEnd

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

屬性值

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

繼承自ControlBarButtonProps.onTransitionEnd

onTransitionEndCapture

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

屬性值

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

繼承自ControlBarButtonProps.onTransitionEndCapture

onVolumeChange

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

屬性值

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

繼承自ControlBarButtonProps.onVolumeChange

onVolumeChangeCapture

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

屬性值

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

繼承自ControlBarButtonProps.onVolumeChangeCapture

onWaiting

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

屬性值

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

繼承自ControlBarButtonProps.onWaiting

onWaitingCapture

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

屬性值

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

繼承自ControlBarButtonProps.onWaitingCapture

onWheel

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

屬性值

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

繼承自ControlBarButtonProps.onWheel

onWheelCapture

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

屬性值

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

繼承自ControlBarButtonProps.onWheelCapture

open

open?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.open

optimum

optimum?: number

屬性值

number

繼承自ControlBarButtonProps.defaultm

pattern

pattern?: string

屬性值

string

繼承自ControlBarButtonProps.pattern

persistMenu

功能表不會在開啟或關閉時建立或終結,而是隱藏功能表。 這會改善功能表開啟的效能,但可能會透過在 dom 中擁有更多元素來影響整體效能。 只有當功能表效能很重要時,才應該使用。

注意:這可能會增加按鈕本身掛接所需的時間量。

persistMenu?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.persistMenu

placeholder

placeholder?: string

屬性值

string

繼承自ControlBarButtonProps.placeholder

playsInline

playsInline?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.playsInline

poster

poster?: string

屬性值

string

繼承自ControlBarButtonProps.poster

prefix

prefix?: string

屬性值

string

繼承自ControlBarButtonProps.prefix

preload

preload?: string

屬性值

string

繼承自ControlBarButtonProps.preload

primary

變更要強調之按鈕的視覺呈現。

primary?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.primary

primaryActionButtonProps

選擇性的 props 只能套用至 SplitButton 的主要動作按鈕,而不是套用至整體 SplitButton 容器

primaryActionButtonProps?: IButtonProps

屬性值

IButtonProps

繼承自ControlBarButtonProps.primaryActionButtonProps

primaryDisabled

如果設定為 true,而這是分割按鈕(split 為 true),則會停用分割按鈕的主要動作。

primaryDisabled?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.primaryDisabled

property

property?: string

屬性值

string

繼承自ControlBarButtonProps.property

radioGroup

radioGroup?: string

屬性值

string

繼承自ControlBarButtonProps.radioGroup

readOnly

readOnly?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.readOnly

rel

rel?: string

屬性值

string

繼承自ControlBarButtonProps.rel

renderPersistedMenuHiddenOnMount

警告

此 API 現已淘汰。

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

如果為 true,當按鈕一開始掛接時,會隱藏保存的功能表。 除非顯示非保存功能表,否則不會在元件樹狀結構中。

注意:這會增加按鈕要掛接的時間,但可以改善所察覺的功能表開啟效能。 當用戶開啟功能表時。

renderPersistedMenuHiddenOnMount?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.renderPersistedMenuHiddenOnMount

required

required?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.required

resource

resource?: string

屬性值

string

繼承自ControlBarButtonProps.resource

results

results?: number

屬性值

number

繼承自ControlBarButtonProps.results

rev

rev?: string

屬性值

string

繼承自ControlBarButtonProps.rev

reversed

reversed?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.reversed

role

role?: AriaRole

屬性值

AriaRole

繼承自ControlBarButtonProps.role

rootProps

警告

此 API 現已淘汰。

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>

屬性值

ButtonHTMLAttributes<HTMLButtonElement> | AnchorHTMLAttributes<HTMLAnchorElement>

繼承自ControlBarButtonProps.rootProps

rows

rows?: number

屬性值

number

繼承自ControlBarButtonProps.rows

rowSpan

rowSpan?: number

屬性值

number

繼承自ControlBarButtonProps.rowSpan

sandbox

sandbox?: string

屬性值

string

繼承自ControlBarButtonProps.sandbox

scope

scope?: string

屬性值

string

繼承自ControlBarButtonProps.scope

scoped

scoped?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.scoped

scrolling

scrolling?: string

屬性值

string

繼承自ControlBarButtonProps.scrolling

seamless

seamless?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.seamless

secondaryText

此按鈕所採取動作的描述。 僅適用於複合按鈕。

secondaryText?: string

屬性值

string

繼承自ControlBarButtonProps.secondaryText

security

security?: string

屬性值

string

繼承自ControlBarButtonProps.security

selected

selected?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.selected

shape

shape?: string

屬性值

string

繼承自ControlBarButtonProps.shape

showLabel

是否顯示標籤。

showLabel?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.showLabel

size

size?: number

屬性值

number

繼承自ControlBarButtonProps.size

sizes

sizes?: string

屬性值

string

繼承自ControlBarButtonProps.sizes

slot

slot?: string

屬性值

string

繼承自ControlBarButtonProps.slot

span

span?: number

屬性值

number

繼承自ControlBarButtonProps.span

spellCheck

spellCheck?: Booleanish

屬性值

Booleanish

繼承自ControlBarButtonProps.spellCheck

split

如果設定為 true,而且如果提供 menuPropsonClick,按鈕將會轉譯為 SplitButton。

split?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.split

splitButtonAriaLabel

如果分割此按鈕,下拉式箭號按鈕的可存取標籤。

splitButtonAriaLabel?: string

屬性值

string

繼承自ControlBarButtonProps.splitButtonAriaLabel

splitButtonMenuProps

傳遞至 menuButton 的實驗性道具,該屬性會轉譯為分割按鈕的一部分。 傳入的任何專案都可能需要有伴隨的樣式變更。

splitButtonMenuProps?: IButtonProps

屬性值

IButtonProps

繼承自ControlBarButtonProps.splitButtonMenuProps

src

src?: string

屬性值

string

繼承自ControlBarButtonProps.src

srcDoc

srcDoc?: string

屬性值

string

繼承自ControlBarButtonProps.srcDoc

srcLang

srcLang?: string

屬性值

string

繼承自ControlBarButtonProps.srcLang

srcSet

srcSet?: string

屬性值

string

繼承自ControlBarButtonProps.srcSet

start

start?: number

屬性值

number

繼承自ControlBarButtonProps.start

step

step?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.step

style

style?: CSSProperties

屬性值

CSSProperties

繼承自ControlBarButtonProps.style

styles

Fluent 樣式,包括所有 ControlBarButton通用的延伸模組。

styles?: IButtonStyles

屬性值

IButtonStyles

繼承自ControlBarButtonProps.styles

summary

summary?: string

屬性值

string

繼承自ControlBarButtonProps.summary

suppressContentEditableWarning

suppressContentEditableWarning?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.suppressContentEditableWarning

suppressHydrationWarning

suppressHydrationWarning?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.suppressHydrationWarning

tabIndex

tabIndex?: number

屬性值

number

繼承自ControlBarButtonProps.tabIndex

target

target?: string

屬性值

string

繼承自ControlBarButtonProps.target

text

要轉譯按鈕標籤的文字。 如果提供文字,則會覆寫按鈕子系中的任何字串。 其他子元件會在文字之後通過。

text?: string

屬性值

string

繼承自ControlBarButtonProps.text

theme

HOC 所提供的主題。

theme?: ITheme

屬性值

ITheme

繼承自ControlBarButtonProps.theme

title

title?: string

屬性值

string

繼承自ControlBarButtonProps.title

toggle

按鈕是否為具有不同開啟和關閉狀態的切換按鈕。 對於按下事件完成時永久變更狀態的按鈕,例如音量靜音按鈕,這應該是 true。

toggle?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.toggle

toggled

警告

此 API 現已淘汰。

No longer used. Use checked if setting state.

toggled?: boolean

屬性值

boolean

繼承自ControlBarButtonProps.toggled

tooltipId

要用於工具提示主機的識別碼。

tooltipId?: string

屬性值

string

繼承自ControlBarButtonProps.tooltipId

translate

translate?: "yes" | "no"

屬性值

"yes" | "no"

繼承自ControlBarButtonProps.translate

type

type?: string

屬性值

string

繼承自ControlBarButtonProps.type

typeof

typeof?: string

屬性值

string

繼承自ControlBarButtonProps.typeof

uniqueId

用來識別專案的唯一標識符。 通常索引鍵值重複。

uniqueId?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.uniqueId

unselectable

unselectable?: "on" | "off"

屬性值

"on" | "off"

繼承自ControlBarButtonProps.unselectable

useMap

useMap?: string

屬性值

string

繼承自ControlBarButtonProps.useMap

value

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

屬性值

string | number | (readonly string[])

繼承自ControlBarButtonProps.value

vocab

vocab?: string

屬性值

string

繼承自ControlBarButtonProps.vocab

width

width?: string | number

屬性值

string | number

繼承自ControlBarButtonProps.width

wmode

wmode?: string

屬性值

string

繼承自ControlBarButtonProps.wmode

wrap

wrap?: string

屬性值

string

繼承自ControlBarButtonProps.wrap