@adcops/autocore-react 3.1.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/additional-docs/react_performance_notes.md +94 -0
- package/dist/components/AutoCoreDevPanel.d.ts.map +1 -1
- package/dist/components/AutoCoreDevPanel.js +1 -1
- package/dist/components/FileList.d.ts.map +1 -1
- package/dist/components/FileList.js +1 -1
- package/dist/components/FileSelect.d.ts.map +1 -1
- package/dist/components/FileSelect.js +1 -1
- package/dist/core/AutoCoreTagContext.d.ts +59 -185
- package/dist/core/AutoCoreTagContext.d.ts.map +1 -1
- package/dist/core/AutoCoreTagContext.js +1 -1
- package/dist/core/AutoCoreTagTypes.d.ts +127 -6
- package/dist/core/AutoCoreTagTypes.d.ts.map +1 -1
- package/dist/core/CoreStreamTypes.d.ts +345 -0
- package/dist/core/CoreStreamTypes.d.ts.map +1 -0
- package/dist/core/CoreStreamTypes.js +1 -0
- package/dist/core/EventEmitterContext.d.ts +91 -473
- package/dist/core/EventEmitterContext.d.ts.map +1 -1
- package/dist/core/EventEmitterContext.js +1 -1
- package/dist/hooks/adsHooks.d.ts.map +1 -1
- package/dist/hooks/adsHooks.js +1 -1
- package/dist/hooks/commandHooks.d.ts +3 -3
- package/dist/hooks/commandHooks.d.ts.map +1 -1
- package/dist/hooks/commandHooks.js +1 -1
- package/dist/hooks/useAutoCoreTag.js +1 -1
- package/dist/hub/CommandMessage.d.ts +18 -9
- package/dist/hub/CommandMessage.d.ts.map +1 -1
- package/dist/hub/CommandMessage.js +1 -1
- package/dist/hub/DebugPanel.d.ts +31 -0
- package/dist/hub/DebugPanel.d.ts.map +1 -0
- package/dist/hub/DebugPanel.js +1 -0
- package/dist/hub/HubBase.d.ts +83 -129
- package/dist/hub/HubBase.d.ts.map +1 -1
- package/dist/hub/HubBase.js +1 -1
- package/dist/hub/HubSimulate.d.ts +41 -8
- package/dist/hub/HubSimulate.d.ts.map +1 -1
- package/dist/hub/HubSimulate.js +1 -1
- package/dist/hub/HubTauri.d.ts +24 -60
- package/dist/hub/HubTauri.d.ts.map +1 -1
- package/dist/hub/HubTauri.js +1 -1
- package/dist/hub/HubWebSocket.d.ts +33 -17
- package/dist/hub/HubWebSocket.d.ts.map +1 -1
- package/dist/hub/HubWebSocket.js +1 -1
- package/dist/hub/debug.d.ts +23 -0
- package/dist/hub/debug.d.ts.map +1 -0
- package/dist/hub/debug.js +1 -0
- package/dist/hub/index.d.ts +19 -4
- package/dist/hub/index.d.ts.map +1 -1
- package/dist/hub/index.js +1 -1
- package/package.json +4 -4
- package/src/components/AutoCoreDevPanel.tsx +14 -11
- package/src/components/FileList.tsx +5 -4
- package/src/components/FileSelect.tsx +2 -1
- package/src/core/ActionMode.ts +1 -1
- package/src/core/AutoCoreTagContext.tsx +247 -330
- package/src/core/AutoCoreTagTypes.ts +236 -104
- package/src/core/CoreStreamTypes.ts +512 -0
- package/src/core/EventEmitterContext.tsx +182 -520
- package/src/core/IndicatorButtonState.ts +1 -1
- package/src/core/hoc.tsx +1 -1
- package/src/hooks/adsHooks.tsx +21 -22
- package/src/hooks/commandHooks.tsx +23 -19
- package/src/hooks/index.ts +1 -1
- package/src/hooks/useAutoCoreTag.ts +2 -2
- package/src/hooks/useScaledValue.tsx +1 -1
- package/src/hub/CommandMessage.ts +71 -19
- package/src/hub/DebugPanel.ts +280 -0
- package/src/hub/HubBase.ts +147 -223
- package/src/hub/HubSimulate.ts +93 -24
- package/src/hub/HubTauri.ts +87 -96
- package/src/hub/HubWebSocket.ts +118 -140
- package/src/hub/debug.ts +211 -0
- package/src/hub/index.ts +49 -39
- package/docs/.nojekyll +0 -1
- package/docs/assets/hierarchy.js +0 -1
- package/docs/assets/highlight.css +0 -134
- package/docs/assets/icons.js +0 -18
- package/docs/assets/icons.svg +0 -1
- package/docs/assets/main.js +0 -60
- package/docs/assets/navigation.js +0 -1
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1633
- package/docs/classes/components_CodeEditor.CodeEditor.html +0 -135
- package/docs/classes/components_Indicator.Indicator.html +0 -122
- package/docs/classes/components_IndicatorRect.IndicatorRect.html +0 -121
- package/docs/classes/components_JogPanel.JogPanel.html +0 -136
- package/docs/classes/components_Lamp.Lamp.html +0 -122
- package/docs/classes/components_OskDialog.OskDialog.html +0 -125
- package/docs/classes/components_TextInput.TextInput.html +0 -125
- package/docs/classes/components_ValueDisplay.ValueDisplay.html +0 -148
- package/docs/classes/components_ValueIndicator.ValueIndicator.html +0 -126
- package/docs/classes/core_ValueSimulator.ValueSimulator.html +0 -51
- package/docs/classes/hub_HubBase.HubBase.html +0 -106
- package/docs/classes/hub_HubSimulate.HubSimulate.html +0 -75
- package/docs/classes/hub_HubTauri.HubTauri.html +0 -93
- package/docs/classes/hub_HubWebSocket.HubWebSocket.html +0 -112
- package/docs/documents/core_AutoCoreTagContext.AutoCoreTagContext.html +0 -148
- package/docs/enums/components_JogPanel.JogDistanceAction.html +0 -5
- package/docs/enums/components_JogPanel.JogPanelAction.html +0 -18
- package/docs/enums/components_JogPanel.JogSpeedAction.html +0 -5
- package/docs/enums/core_ActionMode.ActionMode.html +0 -6
- package/docs/enums/core_IndicatorColor.IndicatorColor.html +0 -23
- package/docs/functions/assets.BlocklyLogo.html +0 -1
- package/docs/functions/assets.Distance.html +0 -1
- package/docs/functions/assets.JogLong.html +0 -1
- package/docs/functions/assets.JogMedium.html +0 -1
- package/docs/functions/assets.JogShort.html +0 -1
- package/docs/functions/assets.PythonLogo.html +0 -1
- package/docs/functions/assets.Rotation3D.html +0 -1
- package/docs/functions/assets.RotationCcw.html +0 -1
- package/docs/functions/assets.RotationCcwA.html +0 -1
- package/docs/functions/assets.RotationCcwB.html +0 -1
- package/docs/functions/assets.RotationCcwC.html +0 -1
- package/docs/functions/assets.RotationCw.html +0 -1
- package/docs/functions/assets.RotationCwA.html +0 -1
- package/docs/functions/assets.RotationCwB.html +0 -1
- package/docs/functions/assets.RotationCwC.html +0 -1
- package/docs/functions/assets.Run.html +0 -1
- package/docs/functions/assets.Speed.html +0 -1
- package/docs/functions/assets.SpeedFast.html +0 -1
- package/docs/functions/assets.SpeedMedium.html +0 -1
- package/docs/functions/assets.SpeedNone.html +0 -1
- package/docs/functions/assets.SpeedSlow.html +0 -1
- package/docs/functions/assets.Walk.html +0 -1
- package/docs/functions/components_BlocklyEditor.createCustomToolbox.html +0 -6
- package/docs/functions/core_UniqueId.UniqueId.html +0 -9
- package/docs/functions/core_hoc.hocAddSubscription.html +0 -6
- package/docs/functions/hooks_adsHooks.useAdsRegisterSymbols.html +0 -16
- package/docs/functions/hooks_adsHooks.useAdsTapValue.html +0 -8
- package/docs/functions/hooks_adsHooks.useAdsWriteScaledValue.html +0 -18
- package/docs/functions/hooks_adsHooks.useAdsWriteValue.html +0 -9
- package/docs/functions/hooks_commandHooks.useRegisterSymbols.html +0 -16
- package/docs/functions/hooks_commandHooks.useTapValue.html +0 -10
- package/docs/functions/hooks_commandHooks.useWriteScaledValue.html +0 -18
- package/docs/functions/hooks_commandHooks.useWriteValue.html +0 -11
- package/docs/functions/hooks_useAutoCoreTag.ts.makeAutoCoreTagHooks.html +0 -12
- package/docs/functions/hooks_useScaledValue.useScaledValue.html +0 -18
- package/docs/functions/hub.createHub.html +0 -3
- package/docs/hierarchy.html +0 -1
- package/docs/index.html +0 -148
- package/docs/interfaces/components_IndicatorButton.IndicatorButtonProps.html +0 -654
- package/docs/interfaces/components_IndicatorRect.IndicatorRectProps.html +0 -37
- package/docs/interfaces/components_JogPanel.JogPanelButtonDefinition.html +0 -5
- package/docs/interfaces/components_ToggleGroup.ToggleGroupProps.html +0 -644
- package/docs/interfaces/core_AutoCoreTagTypes.BaseContextValue.html +0 -12
- package/docs/interfaces/core_AutoCoreTagTypes.ScaleConfig.html +0 -13
- package/docs/interfaces/core_EventEmitterContext.Action.html +0 -8
- package/docs/interfaces/core_EventEmitterContext.EventEmitterContextType.html +0 -33
- package/docs/interfaces/core_EventEmitterContext.State.html +0 -8
- package/docs/interfaces/core_EventEmitterContext.Subscription.html +0 -6
- package/docs/interfaces/core_IndicatorButtonState.IndicatorButtonState.html +0 -10
- package/docs/interfaces/core_PositionContext.IPositionContext.html +0 -17
- package/docs/interfaces/hub_CommandMessage.CommandMessage.html +0 -6
- package/docs/interfaces/hub_CommandMessage.CommandMessageResult.html +0 -4
- package/docs/modules/assets.html +0 -1
- package/docs/modules/assets_BlocklyLogo.html +0 -1
- package/docs/modules/assets_Distance.html +0 -1
- package/docs/modules/assets_JogLong.html +0 -1
- package/docs/modules/assets_JogMedium.html +0 -1
- package/docs/modules/assets_JogShort.html +0 -1
- package/docs/modules/assets_PythonLogo.html +0 -1
- package/docs/modules/assets_Rotation3D.html +0 -1
- package/docs/modules/assets_RotationCcw.html +0 -1
- package/docs/modules/assets_RotationCcwA.html +0 -1
- package/docs/modules/assets_RotationCcwB.html +0 -1
- package/docs/modules/assets_RotationCcwC.html +0 -1
- package/docs/modules/assets_RotationCw.html +0 -1
- package/docs/modules/assets_RotationCwA.html +0 -1
- package/docs/modules/assets_RotationCwB.html +0 -1
- package/docs/modules/assets_RotationCwC.html +0 -1
- package/docs/modules/assets_Run.html +0 -1
- package/docs/modules/assets_Speed.html +0 -1
- package/docs/modules/assets_SpeedFast.html +0 -1
- package/docs/modules/assets_SpeedMedium.html +0 -1
- package/docs/modules/assets_SpeedNone.html +0 -1
- package/docs/modules/assets_SpeedSlow.html +0 -1
- package/docs/modules/assets_Walk.html +0 -1
- package/docs/modules/components_AutoCoreDevPanel.html +0 -20
- package/docs/modules/components_BlocklyEditor.html +0 -1
- package/docs/modules/components_CodeEditor.html +0 -1
- package/docs/modules/components_FileList.html +0 -1
- package/docs/modules/components_FileSelect.html +0 -1
- package/docs/modules/components_FitText.html +0 -1
- package/docs/modules/components_Indicator.html +0 -1
- package/docs/modules/components_IndicatorButton.html +0 -1
- package/docs/modules/components_IndicatorRect.html +0 -1
- package/docs/modules/components_JogPanel.html +0 -1
- package/docs/modules/components_Lamp.html +0 -1
- package/docs/modules/components_Osk.html +0 -1
- package/docs/modules/components_OskDialog.html +0 -1
- package/docs/modules/components_ProgressBarWithValue.html +0 -1
- package/docs/modules/components_TextInput.html +0 -1
- package/docs/modules/components_ToggleGroup.html +0 -1
- package/docs/modules/components_ValueDisplay.html +0 -1
- package/docs/modules/components_ValueIndicator.html +0 -1
- package/docs/modules/components_ValueInput.html +0 -1
- package/docs/modules/core_ActionMode.html +0 -1
- package/docs/modules/core_AutoCoreTagContext.html +0 -11
- package/docs/modules/core_AutoCoreTagTypes.html +0 -1
- package/docs/modules/core_EventEmitterContext.html +0 -53
- package/docs/modules/core_IndicatorButtonState.html +0 -1
- package/docs/modules/core_IndicatorColor.html +0 -1
- package/docs/modules/core_MaskPatterns.html +0 -1
- package/docs/modules/core_NumerableTypes.html +0 -1
- package/docs/modules/core_PositionContext.html +0 -1
- package/docs/modules/core_UniqueId.html +0 -1
- package/docs/modules/core_ValueSimulator.html +0 -1
- package/docs/modules/core_hoc.html +0 -1
- package/docs/modules/hooks.html +0 -1
- package/docs/modules/hooks_adsHooks.html +0 -1
- package/docs/modules/hooks_commandHooks.html +0 -1
- package/docs/modules/hooks_useAutoCoreTag.ts.html +0 -52
- package/docs/modules/hooks_useScaledValue.html +0 -1
- package/docs/modules/hub.html +0 -1
- package/docs/modules/hub_CommandMessage.html +0 -1
- package/docs/modules/hub_HubBase.html +0 -1
- package/docs/modules/hub_HubSimulate.html +0 -1
- package/docs/modules/hub_HubTauri.html +0 -1
- package/docs/modules/hub_HubWebSocket.html +0 -1
- package/docs/modules.html +0 -23
- package/docs/types/components_IndicatorButton.IndicatorButtonOptionsType.html +0 -1
- package/docs/types/core_AutoCoreTagTypes.ExtractByTag.html +0 -2
- package/docs/types/core_AutoCoreTagTypes.PrimitiveKind.html +0 -1
- package/docs/types/core_AutoCoreTagTypes.TagConfig.html +0 -16
- package/docs/types/core_AutoCoreTagTypes.TagValueMap.html +0 -1
- package/docs/types/core_AutoCoreTagTypes.TagValueOf.html +0 -1
- package/docs/types/core_EventEmitterContext.EmitterDispatchFunction.html +0 -3
- package/docs/types/core_EventEmitterContext.EmitterSubscribeFunction.html +0 -3
- package/docs/types/core_EventEmitterContext.EmitterUnsubscribeFunction.html +0 -3
- package/docs/types/core_NumerableTypes.NumerableFormatOptions.html +0 -4
- package/docs/types/core_hoc.HocAddSubscriptionProps.html +0 -6
- package/docs/variables/components_AutoCoreDevPanel.AutoCoreDevPanel.html +0 -43
- package/docs/variables/components_BlocklyEditor.BlocklyEditor.html +0 -13
- package/docs/variables/components_BlocklyEditor.StandardToolbox.html +0 -1
- package/docs/variables/components_FileList.FileList.html +0 -23
- package/docs/variables/components_FileSelect.FileSelect.html +0 -1
- package/docs/variables/components_FitText.FitText.html +0 -4
- package/docs/variables/components_IndicatorButton.IndicatorButton.html +0 -1
- package/docs/variables/components_JogPanel.DefaultLinearJogButtons.html +0 -2
- package/docs/variables/components_JogPanel.DefaultRotationJogButtons.html +0 -2
- package/docs/variables/components_Osk.Osk.html +0 -1
- package/docs/variables/components_ProgressBarWithValue.ProgressBarWithValue.html +0 -1
- package/docs/variables/components_ToggleGroup.ToggleGroup.html +0 -1
- package/docs/variables/components_ValueInput.ValueInput.html +0 -4
- package/docs/variables/core_AutoCoreTagContext.AutoCoreTagContext.html +0 -1
- package/docs/variables/core_AutoCoreTagContext.AutoCoreTagProvider.html +0 -7
- package/docs/variables/core_EventEmitterContext.EventEmitterContext.html +0 -64
- package/docs/variables/core_EventEmitterContext.EventEmitterProvider.html +0 -10
- package/docs/variables/core_MaskPatterns.PrimeReactMaskPatterns.html +0 -14
- package/docs/variables/core_MaskPatterns.RegExMaskPatterns.html +0 -15
- package/docs/variables/core_PositionContext.DimensionsContext.html +0 -6
- package/docs/variables/hooks_useScaledValue.kMillimeters2Inches.html +0 -2
- package/docs/variables/hooks_useScaledValue.kNewtons2Pounds.html +0 -2
|
@@ -1,654 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IndicatorButtonProps | autocore-react - v3.1.0</title><meta name="description" content="Documentation for autocore-react"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">autocore-react - v3.1.0</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/components_IndicatorButton.html">components/IndicatorButton</a></li><li><a href="" aria-current="page">IndicatorButtonProps</a></li></ul><h1>Interface IndicatorButtonProps</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">IndicatorButtonProps</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#about">about</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#accesskey">accessKey</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#actionmode">actionMode</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/core_ActionMode.ActionMode.html" class="tsd-signature-type tsd-kind-enum">ActionMode</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-activedescendant">"aria-activedescendant"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-atomic">"aria-atomic"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-autocomplete">"aria-autocomplete"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"none"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"inline"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"list"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"both"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-braillelabel">"aria-braillelabel"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-brailleroledescription">"aria-brailleroledescription"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-busy">"aria-busy"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-checked">"aria-checked"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"mixed"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-colcount">"aria-colcount"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-colindex">"aria-colindex"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-colindextext">"aria-colindextext"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-colspan">"aria-colspan"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-controls">"aria-controls"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-current">"aria-current"</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">boolean</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"time"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"date"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"step"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"page"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"location"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-describedby">"aria-describedby"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-description">"aria-description"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-details">"aria-details"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-disabled">"aria-disabled"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-dropeffect">"aria-dropeffect"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"link"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"none"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"copy"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"move"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"execute"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"popup"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-errormessage">"aria-errormessage"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-expanded">"aria-expanded"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-flowto">"aria-flowto"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-grabbed">"aria-grabbed"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-haspopup">"aria-haspopup"</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">boolean</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"grid"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"dialog"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"menu"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"listbox"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"tree"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-hidden">"aria-hidden"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-invalid">"aria-invalid"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"grammar"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"spelling"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-keyshortcuts">"aria-keyshortcuts"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-label">"aria-label"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-labelledby">"aria-labelledby"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-level">"aria-level"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-live">"aria-live"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"off"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"assertive"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"polite"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-modal">"aria-modal"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-multiline">"aria-multiline"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-multiselectable">"aria-multiselectable"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-orientation">"aria-orientation"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"horizontal"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"vertical"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-owns">"aria-owns"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-placeholder">"aria-placeholder"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-posinset">"aria-posinset"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-pressed">"aria-pressed"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"mixed"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-readonly">"aria-readonly"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-relevant">"aria-relevant"</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"additions"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"additions removals"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"additions text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"all"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"removals"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"removals additions"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"removals text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text additions"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text removals"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-required">"aria-required"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-roledescription">"aria-roledescription"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-rowcount">"aria-rowcount"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-rowindex">"aria-rowindex"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-rowindextext">"aria-rowindextext"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-rowspan">"aria-rowspan"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-selected">"aria-selected"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-setsize">"aria-setsize"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-sort">"aria-sort"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"none"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"ascending"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"descending"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"other"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-valuemax">"aria-valuemax"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-valuemin">"aria-valuemin"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-valuenow">"aria-valuenow"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aria-valuetext">"aria-valuetext"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#autocapitalize">autoCapitalize</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">&</span> <span class="tsd-signature-symbol">{}</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"none"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"off"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"on"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"sentences"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"words"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"characters"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#autocorrect">autoCorrect</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#autofocus">autoFocus</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#autosave">autoSave</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#badge">badge</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#badgeclassname">badgeClassName</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#children">children</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactNode</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#classname">className</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#color">color</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#command">command</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#commandargs">commandArgs</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#commandtopic">commandTopic</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#content">content</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#contenteditable">contentEditable</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"inherit"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Booleanish</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"plaintext-only"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#contextmenu">contextMenu</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dangerouslysetinnerhtml">dangerouslySetInnerHTML</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">__html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">TrustedHTML</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-at">"data-pr-at"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-autohide">"data-pr-autohide"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-classname">"data-pr-classname"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-disabled">"data-pr-disabled"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-event">"data-pr-event"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"focus"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"both"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"hover"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-hidedelay">"data-pr-hidedelay"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-hideevent">"data-pr-hideevent"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-mousetrack">"data-pr-mousetrack"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-mousetrackleft">"data-pr-mousetrackleft"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-mousetracktop">"data-pr-mousetracktop"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-my">"data-pr-my"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-position">"data-pr-position"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"left"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"right"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"top"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"bottom"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"mouse"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-showdelay">"data-pr-showdelay"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-showevent">"data-pr-showevent"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-showondisabled">"data-pr-showondisabled"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-tooltip">"data-pr-tooltip"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data-pr-updatedelay">"data-pr-updatedelay"</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#datatype">datatype</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#defaultchecked">defaultChecked</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#defaultvalue">defaultValue</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dir">dir</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#disabled">disabled</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#draggable">draggable</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#enterkeyhint">enterKeyHint</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"search"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"enter"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"done"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"go"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"next"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"previous"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"send"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#exportparts">exportparts</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#form">form</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#formaction">formAction</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#formenctype">formEncType</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#formmethod">formMethod</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#formnovalidate">formNoValidate</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#formtarget">formTarget</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#hidden">hidden</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#icon">icon</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#iconpos">iconPos</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"left"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"right"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"top"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"bottom"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#id">id</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#inlist">inlist</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#inputmode">inputMode</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"search"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"none"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"email"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"tel"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"url"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"numeric"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"decimal"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#invert">invert</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#is">is</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#itemid">itemID</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#itemprop">itemProp</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#itemref">itemRef</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#itemscope">itemScope</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#itemtype">itemType</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#key">key</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">null</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Key</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#label">label</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#lang">lang</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#link">link</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#loading">loading</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#loadingicon">loadingIcon</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IconType</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ButtonProps</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#name">name</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#nonce">nonce</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#offcolor">offColor</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/core_IndicatorColor.IndicatorColor.html" class="tsd-signature-type tsd-kind-enum">IndicatorColor</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#officon">offIcon</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onabort">onAbort</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onabortcapture">onAbortCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onanimationend">onAnimationEnd</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onanimationendcapture">onAnimationEndCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onanimationiteration">onAnimationIteration</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onanimationiterationcapture">onAnimationIterationCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onanimationstart">onAnimationStart</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onanimationstartcapture">onAnimationStartCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onauxclick">onAuxClick</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onauxclickcapture">onAuxClickCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onbeforeinput">onBeforeInput</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">InputEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onbeforeinputcapture">onBeforeInputCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onblur">onBlur</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onblurcapture">onBlurCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncanplay">onCanPlay</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncanplaycapture">onCanPlayCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncanplaythrough">onCanPlayThrough</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncanplaythroughcapture">onCanPlayThroughCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onchange">onChange</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onchangecapture">onChangeCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onclick">onClick</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onclickcapture">onClickCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncolor">onColor</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/core_IndicatorColor.IndicatorColor.html" class="tsd-signature-type tsd-kind-enum">IndicatorColor</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncompositionend">onCompositionEnd</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncompositionendcapture">onCompositionEndCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncompositionstart">onCompositionStart</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncompositionstartcapture">onCompositionStartCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncompositionupdate">onCompositionUpdate</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncompositionupdatecapture">onCompositionUpdateCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncontextmenu">onContextMenu</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncontextmenucapture">onContextMenuCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncopy">onCopy</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncopycapture">onCopyCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncut">onCut</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oncutcapture">onCutCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondoubleclick">onDoubleClick</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondoubleclickcapture">onDoubleClickCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondrag">onDrag</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragcapture">onDragCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragend">onDragEnd</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragendcapture">onDragEndCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragenter">onDragEnter</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragentercapture">onDragEnterCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragexit">onDragExit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragexitcapture">onDragExitCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragleave">onDragLeave</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragleavecapture">onDragLeaveCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragover">onDragOver</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragovercapture">onDragOverCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragstart">onDragStart</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondragstartcapture">onDragStartCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondrop">onDrop</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondropcapture">onDropCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondurationchange">onDurationChange</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ondurationchangecapture">onDurationChangeCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onemptied">onEmptied</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onemptiedcapture">onEmptiedCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onencrypted">onEncrypted</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onencryptedcapture">onEncryptedCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onended">onEnded</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onendedcapture">onEndedCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onerror">onError</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onerrorcapture">onErrorCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onfocus">onFocus</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onfocuscapture">onFocusCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ongotpointercapture">onGotPointerCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ongotpointercapturecapture">onGotPointerCaptureCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onicon">onIcon</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oninput">onInput</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oninputcapture">onInputCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oninvalid">onInvalid</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#oninvalidcapture">onInvalidCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onkeydown">onKeyDown</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onkeydowncapture">onKeyDownCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onkeypress">onKeyPress</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onkeypresscapture">onKeyPressCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onkeyup">onKeyUp</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onkeyupcapture">onKeyUpCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onload">onLoad</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadcapture">onLoadCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadeddata">onLoadedData</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadeddatacapture">onLoadedDataCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadedmetadata">onLoadedMetadata</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadedmetadatacapture">onLoadedMetadataCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadstart">onLoadStart</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onloadstartcapture">onLoadStartCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onlostpointercapture">onLostPointerCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onlostpointercapturecapture">onLostPointerCaptureCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmousedown">onMouseDown</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmousedowncapture">onMouseDownCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseenter">onMouseEnter</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseleave">onMouseLeave</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmousemove">onMouseMove</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmousemovecapture">onMouseMoveCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseout">onMouseOut</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseoutcapture">onMouseOutCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseover">onMouseOver</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseovercapture">onMouseOverCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseup">onMouseUp</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onmouseupcapture">onMouseUpCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpaste">onPaste</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpastecapture">onPasteCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpause">onPause</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpausecapture">onPauseCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onplay">onPlay</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onplaycapture">onPlayCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onplaying">onPlaying</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onplayingcapture">onPlayingCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointercancel">onPointerCancel</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointercancelcapture">onPointerCancelCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerdown">onPointerDown</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerdowncapture">onPointerDownCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerenter">onPointerEnter</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerleave">onPointerLeave</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointermove">onPointerMove</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointermovecapture">onPointerMoveCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerout">onPointerOut</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointeroutcapture">onPointerOutCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerover">onPointerOver</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerovercapture">onPointerOverCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerup">onPointerUp</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onpointerupcapture">onPointerUpCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onprogress">onProgress</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onprogresscapture">onProgressCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onratechange">onRateChange</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onratechangecapture">onRateChangeCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onreset">onReset</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onresetcapture">onResetCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onscroll">onScroll</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">UIEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onscrollcapture">onScrollCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">UIEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onseeked">onSeeked</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onseekedcapture">onSeekedCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onseeking">onSeeking</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onseekingcapture">onSeekingCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onselect">onSelect</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onselectcapture">onSelectCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onstalled">onStalled</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onstalledcapture">onStalledCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onsubmit">onSubmit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onsubmitcapture">onSubmitCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onsuspend">onSuspend</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onsuspendcapture">onSuspendCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontimeupdate">onTimeUpdate</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontimeupdatecapture">onTimeUpdateCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchcancel">onTouchCancel</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchcancelcapture">onTouchCancelCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchend">onTouchEnd</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchendcapture">onTouchEndCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchmove">onTouchMove</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchmovecapture">onTouchMoveCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchstart">onTouchStart</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontouchstartcapture">onTouchStartCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontransitionend">onTransitionEnd</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TransitionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ontransitionendcapture">onTransitionEndCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TransitionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onvolumechange">onVolumeChange</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onvolumechangecapture">onVolumeChangeCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onwaiting">onWaiting</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onwaitingcapture">onWaitingCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onwheel">onWheel</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">WheelEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#onwheelcapture">onWheelCapture</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">WheelEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#options">options</a><span class="tsd-signature-symbol">?:</span> <a href="../types/components_IndicatorButton.IndicatorButtonOptionsType.html" class="tsd-signature-type tsd-kind-type-alias">IndicatorButtonOptionsType</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#outlined">outlined</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#part">part</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#plain">plain</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#prefix">prefix</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#property">property</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#pt">pt</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ButtonPassThroughOptions</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ptoptions">ptOptions</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PassThroughOptions</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#radiogroup">radioGroup</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#raised">raised</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rel">rel</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#resource">resource</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#results">results</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rev">rev</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#role">role</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AriaRole</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rounded">rounded</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#security">security</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#severity">severity</a><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"success"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"help"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"secondary"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"info"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"warning"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"danger"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"contrast"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#size">size</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"small"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"large"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#slot">slot</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#spellcheck">spellCheck</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#style">style</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CSSProperties</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#suppresscontenteditablewarning">suppressContentEditableWarning</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#suppresshydrationwarning">suppressHydrationWarning</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tabindex">tabIndex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#text">text</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#title">title</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tooltip">tooltip</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tooltipoptions">tooltipOptions</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TooltipOptions</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#topic">topic</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#translate">translate</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"yes"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"no"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#type">type</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"button"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"reset"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"submit"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#typeof">typeof</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#unselectable">unselectable</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"off"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"on"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#unstyled">unstyled</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#value">value</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#visible">visible</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#vocab">vocab</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="221"><h4>Hierarchy</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ButtonProps</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">"value"</span><span class="tsd-signature-symbol">></span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">IndicatorButtonProps</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:17</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#about" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>about?</span></a>
|
|
2
|
-
<a href="#accesskey" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>access<wbr/>Key?</span></a>
|
|
3
|
-
<a href="#actionmode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>action<wbr/>Mode?</span></a>
|
|
4
|
-
<a href="#aria-activedescendant" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>activedescendant?</span></a>
|
|
5
|
-
<a href="#aria-atomic" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>atomic?</span></a>
|
|
6
|
-
<a href="#aria-autocomplete" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>autocomplete?</span></a>
|
|
7
|
-
<a href="#aria-braillelabel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>braillelabel?</span></a>
|
|
8
|
-
<a href="#aria-brailleroledescription" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>brailleroledescription?</span></a>
|
|
9
|
-
<a href="#aria-busy" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>busy?</span></a>
|
|
10
|
-
<a href="#aria-checked" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>checked?</span></a>
|
|
11
|
-
<a href="#aria-colcount" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colcount?</span></a>
|
|
12
|
-
<a href="#aria-colindex" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colindex?</span></a>
|
|
13
|
-
<a href="#aria-colindextext" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colindextext?</span></a>
|
|
14
|
-
<a href="#aria-colspan" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colspan?</span></a>
|
|
15
|
-
<a href="#aria-controls" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>controls?</span></a>
|
|
16
|
-
<a href="#aria-current" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>current?</span></a>
|
|
17
|
-
<a href="#aria-describedby" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>describedby?</span></a>
|
|
18
|
-
<a href="#aria-description" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>description?</span></a>
|
|
19
|
-
<a href="#aria-details" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>details?</span></a>
|
|
20
|
-
<a href="#aria-disabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>disabled?</span></a>
|
|
21
|
-
<a href="#aria-dropeffect" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>dropeffect?</span></a>
|
|
22
|
-
<a href="#aria-errormessage" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>errormessage?</span></a>
|
|
23
|
-
<a href="#aria-expanded" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>expanded?</span></a>
|
|
24
|
-
<a href="#aria-flowto" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>flowto?</span></a>
|
|
25
|
-
<a href="#aria-grabbed" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>grabbed?</span></a>
|
|
26
|
-
<a href="#aria-haspopup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>haspopup?</span></a>
|
|
27
|
-
<a href="#aria-hidden" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>hidden?</span></a>
|
|
28
|
-
<a href="#aria-invalid" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>invalid?</span></a>
|
|
29
|
-
<a href="#aria-keyshortcuts" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>keyshortcuts?</span></a>
|
|
30
|
-
<a href="#aria-label" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>label?</span></a>
|
|
31
|
-
<a href="#aria-labelledby" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>labelledby?</span></a>
|
|
32
|
-
<a href="#aria-level" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>level?</span></a>
|
|
33
|
-
<a href="#aria-live" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>live?</span></a>
|
|
34
|
-
<a href="#aria-modal" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>modal?</span></a>
|
|
35
|
-
<a href="#aria-multiline" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>multiline?</span></a>
|
|
36
|
-
<a href="#aria-multiselectable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>multiselectable?</span></a>
|
|
37
|
-
<a href="#aria-orientation" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>orientation?</span></a>
|
|
38
|
-
<a href="#aria-owns" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>owns?</span></a>
|
|
39
|
-
<a href="#aria-placeholder" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>placeholder?</span></a>
|
|
40
|
-
<a href="#aria-posinset" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>posinset?</span></a>
|
|
41
|
-
<a href="#aria-pressed" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>pressed?</span></a>
|
|
42
|
-
<a href="#aria-readonly" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>readonly?</span></a>
|
|
43
|
-
<a href="#aria-relevant" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>relevant?</span></a>
|
|
44
|
-
<a href="#aria-required" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>required?</span></a>
|
|
45
|
-
<a href="#aria-roledescription" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>roledescription?</span></a>
|
|
46
|
-
<a href="#aria-rowcount" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowcount?</span></a>
|
|
47
|
-
<a href="#aria-rowindex" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowindex?</span></a>
|
|
48
|
-
<a href="#aria-rowindextext" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowindextext?</span></a>
|
|
49
|
-
<a href="#aria-rowspan" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowspan?</span></a>
|
|
50
|
-
<a href="#aria-selected" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>selected?</span></a>
|
|
51
|
-
<a href="#aria-setsize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>setsize?</span></a>
|
|
52
|
-
<a href="#aria-sort" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>sort?</span></a>
|
|
53
|
-
<a href="#aria-valuemax" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuemax?</span></a>
|
|
54
|
-
<a href="#aria-valuemin" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuemin?</span></a>
|
|
55
|
-
<a href="#aria-valuenow" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuenow?</span></a>
|
|
56
|
-
<a href="#aria-valuetext" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuetext?</span></a>
|
|
57
|
-
<a href="#autocapitalize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Capitalize?</span></a>
|
|
58
|
-
<a href="#autocorrect" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Correct?</span></a>
|
|
59
|
-
<a href="#autofocus" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Focus?</span></a>
|
|
60
|
-
<a href="#autosave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Save?</span></a>
|
|
61
|
-
<a href="#badge" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>badge?</span></a>
|
|
62
|
-
<a href="#badgeclassname" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>badge<wbr/>Class<wbr/>Name?</span></a>
|
|
63
|
-
<a href="#children" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>children?</span></a>
|
|
64
|
-
<a href="#classname" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>class<wbr/>Name?</span></a>
|
|
65
|
-
<a href="#color" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color?</span></a>
|
|
66
|
-
<a href="#command" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command?</span></a>
|
|
67
|
-
<a href="#commandargs" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Args?</span></a>
|
|
68
|
-
<a href="#commandtopic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Topic?</span></a>
|
|
69
|
-
<a href="#content" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>content?</span></a>
|
|
70
|
-
<a href="#contenteditable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>content<wbr/>Editable?</span></a>
|
|
71
|
-
<a href="#contextmenu" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>context<wbr/>Menu?</span></a>
|
|
72
|
-
<a href="#dangerouslysetinnerhtml" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dangerously<wbr/>Set<wbr/>Inner<wbr/>HTML?</span></a>
|
|
73
|
-
<a href="#data-pr-at" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>at?</span></a>
|
|
74
|
-
<a href="#data-pr-autohide" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>autohide?</span></a>
|
|
75
|
-
<a href="#data-pr-classname" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>classname?</span></a>
|
|
76
|
-
<a href="#data-pr-disabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>disabled?</span></a>
|
|
77
|
-
<a href="#data-pr-event" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>event?</span></a>
|
|
78
|
-
<a href="#data-pr-hidedelay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>hidedelay?</span></a>
|
|
79
|
-
<a href="#data-pr-hideevent" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>hideevent?</span></a>
|
|
80
|
-
<a href="#data-pr-mousetrack" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetrack?</span></a>
|
|
81
|
-
<a href="#data-pr-mousetrackleft" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetrackleft?</span></a>
|
|
82
|
-
<a href="#data-pr-mousetracktop" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetracktop?</span></a>
|
|
83
|
-
<a href="#data-pr-my" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>my?</span></a>
|
|
84
|
-
<a href="#data-pr-position" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>position?</span></a>
|
|
85
|
-
<a href="#data-pr-showdelay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showdelay?</span></a>
|
|
86
|
-
<a href="#data-pr-showevent" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showevent?</span></a>
|
|
87
|
-
<a href="#data-pr-showondisabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showondisabled?</span></a>
|
|
88
|
-
<a href="#data-pr-tooltip" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>tooltip?</span></a>
|
|
89
|
-
<a href="#data-pr-updatedelay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>updatedelay?</span></a>
|
|
90
|
-
<a href="#datatype" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datatype?</span></a>
|
|
91
|
-
<a href="#defaultchecked" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Checked?</span></a>
|
|
92
|
-
<a href="#defaultvalue" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Value?</span></a>
|
|
93
|
-
<a href="#dir" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dir?</span></a>
|
|
94
|
-
<a href="#disabled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disabled?</span></a>
|
|
95
|
-
<a href="#draggable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>draggable?</span></a>
|
|
96
|
-
<a href="#enterkeyhint" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enter<wbr/>Key<wbr/>Hint?</span></a>
|
|
97
|
-
<a href="#exportparts" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exportparts?</span></a>
|
|
98
|
-
<a href="#form" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form?</span></a>
|
|
99
|
-
<a href="#formaction" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Action?</span></a>
|
|
100
|
-
<a href="#formenctype" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Enc<wbr/>Type?</span></a>
|
|
101
|
-
<a href="#formmethod" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Method?</span></a>
|
|
102
|
-
<a href="#formnovalidate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>No<wbr/>Validate?</span></a>
|
|
103
|
-
<a href="#formtarget" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Target?</span></a>
|
|
104
|
-
<a href="#hidden" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hidden?</span></a>
|
|
105
|
-
<a href="#icon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon?</span></a>
|
|
106
|
-
<a href="#iconpos" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Pos?</span></a>
|
|
107
|
-
<a href="#id" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id?</span></a>
|
|
108
|
-
<a href="#inlist" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>inlist?</span></a>
|
|
109
|
-
<a href="#inputmode" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input<wbr/>Mode?</span></a>
|
|
110
|
-
<a href="#invert" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>invert?</span></a>
|
|
111
|
-
<a href="#is" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is?</span></a>
|
|
112
|
-
<a href="#itemid" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>ID?</span></a>
|
|
113
|
-
<a href="#itemprop" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Prop?</span></a>
|
|
114
|
-
<a href="#itemref" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Ref?</span></a>
|
|
115
|
-
<a href="#itemscope" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Scope?</span></a>
|
|
116
|
-
<a href="#itemtype" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type?</span></a>
|
|
117
|
-
<a href="#key" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>key?</span></a>
|
|
118
|
-
<a href="#label" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label?</span></a>
|
|
119
|
-
<a href="#lang" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lang?</span></a>
|
|
120
|
-
<a href="#link" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link?</span></a>
|
|
121
|
-
<a href="#loading" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>loading?</span></a>
|
|
122
|
-
<a href="#loadingicon" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>loading<wbr/>Icon?</span></a>
|
|
123
|
-
<a href="#name" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name?</span></a>
|
|
124
|
-
<a href="#nonce" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nonce?</span></a>
|
|
125
|
-
<a href="#offcolor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Color?</span></a>
|
|
126
|
-
<a href="#officon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Icon?</span></a>
|
|
127
|
-
<a href="#onabort" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Abort?</span></a>
|
|
128
|
-
<a href="#onabortcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Abort<wbr/>Capture?</span></a>
|
|
129
|
-
<a href="#onanimationend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>End?</span></a>
|
|
130
|
-
<a href="#onanimationendcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>End<wbr/>Capture?</span></a>
|
|
131
|
-
<a href="#onanimationiteration" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Iteration?</span></a>
|
|
132
|
-
<a href="#onanimationiterationcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Iteration<wbr/>Capture?</span></a>
|
|
133
|
-
<a href="#onanimationstart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Start?</span></a>
|
|
134
|
-
<a href="#onanimationstartcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Start<wbr/>Capture?</span></a>
|
|
135
|
-
<a href="#onauxclick" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Aux<wbr/>Click?</span></a>
|
|
136
|
-
<a href="#onauxclickcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Aux<wbr/>Click<wbr/>Capture?</span></a>
|
|
137
|
-
<a href="#onbeforeinput" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Before<wbr/>Input?</span></a>
|
|
138
|
-
<a href="#onbeforeinputcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Before<wbr/>Input<wbr/>Capture?</span></a>
|
|
139
|
-
<a href="#onblur" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Blur?</span></a>
|
|
140
|
-
<a href="#onblurcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Blur<wbr/>Capture?</span></a>
|
|
141
|
-
<a href="#oncanplay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play?</span></a>
|
|
142
|
-
<a href="#oncanplaycapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Capture?</span></a>
|
|
143
|
-
<a href="#oncanplaythrough" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Through?</span></a>
|
|
144
|
-
<a href="#oncanplaythroughcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Through<wbr/>Capture?</span></a>
|
|
145
|
-
<a href="#onchange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Change?</span></a>
|
|
146
|
-
<a href="#onchangecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Change<wbr/>Capture?</span></a>
|
|
147
|
-
<a href="#onclick" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click?</span></a>
|
|
148
|
-
<a href="#onclickcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click<wbr/>Capture?</span></a>
|
|
149
|
-
<a href="#oncolor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Color?</span></a>
|
|
150
|
-
<a href="#oncompositionend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>End?</span></a>
|
|
151
|
-
<a href="#oncompositionendcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>End<wbr/>Capture?</span></a>
|
|
152
|
-
<a href="#oncompositionstart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Start?</span></a>
|
|
153
|
-
<a href="#oncompositionstartcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Start<wbr/>Capture?</span></a>
|
|
154
|
-
<a href="#oncompositionupdate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Update?</span></a>
|
|
155
|
-
<a href="#oncompositionupdatecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Update<wbr/>Capture?</span></a>
|
|
156
|
-
<a href="#oncontextmenu" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Context<wbr/>Menu?</span></a>
|
|
157
|
-
<a href="#oncontextmenucapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Context<wbr/>Menu<wbr/>Capture?</span></a>
|
|
158
|
-
<a href="#oncopy" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Copy?</span></a>
|
|
159
|
-
<a href="#oncopycapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Copy<wbr/>Capture?</span></a>
|
|
160
|
-
<a href="#oncut" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Cut?</span></a>
|
|
161
|
-
<a href="#oncutcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Cut<wbr/>Capture?</span></a>
|
|
162
|
-
<a href="#ondoubleclick" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Double<wbr/>Click?</span></a>
|
|
163
|
-
<a href="#ondoubleclickcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Double<wbr/>Click<wbr/>Capture?</span></a>
|
|
164
|
-
<a href="#ondrag" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag?</span></a>
|
|
165
|
-
<a href="#ondragcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Capture?</span></a>
|
|
166
|
-
<a href="#ondragend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>End?</span></a>
|
|
167
|
-
<a href="#ondragendcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>End<wbr/>Capture?</span></a>
|
|
168
|
-
<a href="#ondragenter" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Enter?</span></a>
|
|
169
|
-
<a href="#ondragentercapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Enter<wbr/>Capture?</span></a>
|
|
170
|
-
<a href="#ondragexit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Exit?</span></a>
|
|
171
|
-
<a href="#ondragexitcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Exit<wbr/>Capture?</span></a>
|
|
172
|
-
<a href="#ondragleave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Leave?</span></a>
|
|
173
|
-
<a href="#ondragleavecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Leave<wbr/>Capture?</span></a>
|
|
174
|
-
<a href="#ondragover" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Over?</span></a>
|
|
175
|
-
<a href="#ondragovercapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Over<wbr/>Capture?</span></a>
|
|
176
|
-
<a href="#ondragstart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Start?</span></a>
|
|
177
|
-
<a href="#ondragstartcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Start<wbr/>Capture?</span></a>
|
|
178
|
-
<a href="#ondrop" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drop?</span></a>
|
|
179
|
-
<a href="#ondropcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drop<wbr/>Capture?</span></a>
|
|
180
|
-
<a href="#ondurationchange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Duration<wbr/>Change?</span></a>
|
|
181
|
-
<a href="#ondurationchangecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Duration<wbr/>Change<wbr/>Capture?</span></a>
|
|
182
|
-
<a href="#onemptied" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Emptied?</span></a>
|
|
183
|
-
<a href="#onemptiedcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Emptied<wbr/>Capture?</span></a>
|
|
184
|
-
<a href="#onencrypted" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Encrypted?</span></a>
|
|
185
|
-
<a href="#onencryptedcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Encrypted<wbr/>Capture?</span></a>
|
|
186
|
-
<a href="#onended" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Ended?</span></a>
|
|
187
|
-
<a href="#onendedcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Ended<wbr/>Capture?</span></a>
|
|
188
|
-
<a href="#onerror" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Error?</span></a>
|
|
189
|
-
<a href="#onerrorcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Error<wbr/>Capture?</span></a>
|
|
190
|
-
<a href="#onfocus" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Focus?</span></a>
|
|
191
|
-
<a href="#onfocuscapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Focus<wbr/>Capture?</span></a>
|
|
192
|
-
<a href="#ongotpointercapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture?</span></a>
|
|
193
|
-
<a href="#ongotpointercapturecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture<wbr/>Capture?</span></a>
|
|
194
|
-
<a href="#onicon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Icon?</span></a>
|
|
195
|
-
<a href="#oninput" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Input?</span></a>
|
|
196
|
-
<a href="#oninputcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Input<wbr/>Capture?</span></a>
|
|
197
|
-
<a href="#oninvalid" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Invalid?</span></a>
|
|
198
|
-
<a href="#oninvalidcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Invalid<wbr/>Capture?</span></a>
|
|
199
|
-
<a href="#onkeydown" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Down?</span></a>
|
|
200
|
-
<a href="#onkeydowncapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Down<wbr/>Capture?</span></a>
|
|
201
|
-
<a href="#onkeypress" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Press?</span></a>
|
|
202
|
-
<a href="#onkeypresscapture" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Press<wbr/>Capture?</span></a>
|
|
203
|
-
<a href="#onkeyup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Up?</span></a>
|
|
204
|
-
<a href="#onkeyupcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Up<wbr/>Capture?</span></a>
|
|
205
|
-
<a href="#onload" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load?</span></a>
|
|
206
|
-
<a href="#onloadcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Capture?</span></a>
|
|
207
|
-
<a href="#onloadeddata" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Data?</span></a>
|
|
208
|
-
<a href="#onloadeddatacapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Data<wbr/>Capture?</span></a>
|
|
209
|
-
<a href="#onloadedmetadata" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata?</span></a>
|
|
210
|
-
<a href="#onloadedmetadatacapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata<wbr/>Capture?</span></a>
|
|
211
|
-
<a href="#onloadstart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start?</span></a>
|
|
212
|
-
<a href="#onloadstartcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start<wbr/>Capture?</span></a>
|
|
213
|
-
<a href="#onlostpointercapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture?</span></a>
|
|
214
|
-
<a href="#onlostpointercapturecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture<wbr/>Capture?</span></a>
|
|
215
|
-
<a href="#onmousedown" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Down?</span></a>
|
|
216
|
-
<a href="#onmousedowncapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Down<wbr/>Capture?</span></a>
|
|
217
|
-
<a href="#onmouseenter" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Enter?</span></a>
|
|
218
|
-
<a href="#onmouseleave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Leave?</span></a>
|
|
219
|
-
<a href="#onmousemove" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Move?</span></a>
|
|
220
|
-
<a href="#onmousemovecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Move<wbr/>Capture?</span></a>
|
|
221
|
-
<a href="#onmouseout" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Out?</span></a>
|
|
222
|
-
<a href="#onmouseoutcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Out<wbr/>Capture?</span></a>
|
|
223
|
-
<a href="#onmouseover" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Over?</span></a>
|
|
224
|
-
<a href="#onmouseovercapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Over<wbr/>Capture?</span></a>
|
|
225
|
-
<a href="#onmouseup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Up?</span></a>
|
|
226
|
-
<a href="#onmouseupcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Up<wbr/>Capture?</span></a>
|
|
227
|
-
<a href="#onpaste" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Paste?</span></a>
|
|
228
|
-
<a href="#onpastecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Paste<wbr/>Capture?</span></a>
|
|
229
|
-
<a href="#onpause" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pause?</span></a>
|
|
230
|
-
<a href="#onpausecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pause<wbr/>Capture?</span></a>
|
|
231
|
-
<a href="#onplay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Play?</span></a>
|
|
232
|
-
<a href="#onplaycapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Play<wbr/>Capture?</span></a>
|
|
233
|
-
<a href="#onplaying" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Playing?</span></a>
|
|
234
|
-
<a href="#onplayingcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Playing<wbr/>Capture?</span></a>
|
|
235
|
-
<a href="#onpointercancel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Cancel?</span></a>
|
|
236
|
-
<a href="#onpointercancelcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Cancel<wbr/>Capture?</span></a>
|
|
237
|
-
<a href="#onpointerdown" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Down?</span></a>
|
|
238
|
-
<a href="#onpointerdowncapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Down<wbr/>Capture?</span></a>
|
|
239
|
-
<a href="#onpointerenter" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Enter?</span></a>
|
|
240
|
-
<a href="#onpointerleave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Leave?</span></a>
|
|
241
|
-
<a href="#onpointermove" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Move?</span></a>
|
|
242
|
-
<a href="#onpointermovecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Move<wbr/>Capture?</span></a>
|
|
243
|
-
<a href="#onpointerout" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Out?</span></a>
|
|
244
|
-
<a href="#onpointeroutcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Out<wbr/>Capture?</span></a>
|
|
245
|
-
<a href="#onpointerover" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Over?</span></a>
|
|
246
|
-
<a href="#onpointerovercapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Over<wbr/>Capture?</span></a>
|
|
247
|
-
<a href="#onpointerup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Up?</span></a>
|
|
248
|
-
<a href="#onpointerupcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Up<wbr/>Capture?</span></a>
|
|
249
|
-
<a href="#onprogress" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Progress?</span></a>
|
|
250
|
-
<a href="#onprogresscapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Progress<wbr/>Capture?</span></a>
|
|
251
|
-
<a href="#onratechange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Rate<wbr/>Change?</span></a>
|
|
252
|
-
<a href="#onratechangecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Rate<wbr/>Change<wbr/>Capture?</span></a>
|
|
253
|
-
<a href="#onreset" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset?</span></a>
|
|
254
|
-
<a href="#onresetcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset<wbr/>Capture?</span></a>
|
|
255
|
-
<a href="#onscroll" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Scroll?</span></a>
|
|
256
|
-
<a href="#onscrollcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Scroll<wbr/>Capture?</span></a>
|
|
257
|
-
<a href="#onseeked" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeked?</span></a>
|
|
258
|
-
<a href="#onseekedcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeked<wbr/>Capture?</span></a>
|
|
259
|
-
<a href="#onseeking" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeking?</span></a>
|
|
260
|
-
<a href="#onseekingcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeking<wbr/>Capture?</span></a>
|
|
261
|
-
<a href="#onselect" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Select?</span></a>
|
|
262
|
-
<a href="#onselectcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Select<wbr/>Capture?</span></a>
|
|
263
|
-
<a href="#onstalled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Stalled?</span></a>
|
|
264
|
-
<a href="#onstalledcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Stalled<wbr/>Capture?</span></a>
|
|
265
|
-
<a href="#onsubmit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Submit?</span></a>
|
|
266
|
-
<a href="#onsubmitcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Submit<wbr/>Capture?</span></a>
|
|
267
|
-
<a href="#onsuspend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Suspend?</span></a>
|
|
268
|
-
<a href="#onsuspendcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Suspend<wbr/>Capture?</span></a>
|
|
269
|
-
<a href="#ontimeupdate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Time<wbr/>Update?</span></a>
|
|
270
|
-
<a href="#ontimeupdatecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Time<wbr/>Update<wbr/>Capture?</span></a>
|
|
271
|
-
<a href="#ontouchcancel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Cancel?</span></a>
|
|
272
|
-
<a href="#ontouchcancelcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Cancel<wbr/>Capture?</span></a>
|
|
273
|
-
<a href="#ontouchend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>End?</span></a>
|
|
274
|
-
<a href="#ontouchendcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>End<wbr/>Capture?</span></a>
|
|
275
|
-
<a href="#ontouchmove" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Move?</span></a>
|
|
276
|
-
<a href="#ontouchmovecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Move<wbr/>Capture?</span></a>
|
|
277
|
-
<a href="#ontouchstart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Start?</span></a>
|
|
278
|
-
<a href="#ontouchstartcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Start<wbr/>Capture?</span></a>
|
|
279
|
-
<a href="#ontransitionend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Transition<wbr/>End?</span></a>
|
|
280
|
-
<a href="#ontransitionendcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Transition<wbr/>End<wbr/>Capture?</span></a>
|
|
281
|
-
<a href="#onvolumechange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Volume<wbr/>Change?</span></a>
|
|
282
|
-
<a href="#onvolumechangecapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Volume<wbr/>Change<wbr/>Capture?</span></a>
|
|
283
|
-
<a href="#onwaiting" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Waiting?</span></a>
|
|
284
|
-
<a href="#onwaitingcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Waiting<wbr/>Capture?</span></a>
|
|
285
|
-
<a href="#onwheel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel?</span></a>
|
|
286
|
-
<a href="#onwheelcapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel<wbr/>Capture?</span></a>
|
|
287
|
-
<a href="#options" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>options?</span></a>
|
|
288
|
-
<a href="#outlined" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>outlined?</span></a>
|
|
289
|
-
<a href="#part" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>part?</span></a>
|
|
290
|
-
<a href="#plain" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>plain?</span></a>
|
|
291
|
-
<a href="#prefix" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>prefix?</span></a>
|
|
292
|
-
<a href="#property" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>property?</span></a>
|
|
293
|
-
<a href="#pt" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pt?</span></a>
|
|
294
|
-
<a href="#ptoptions" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pt<wbr/>Options?</span></a>
|
|
295
|
-
<a href="#radiogroup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>radio<wbr/>Group?</span></a>
|
|
296
|
-
<a href="#raised" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>raised?</span></a>
|
|
297
|
-
<a href="#rel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rel?</span></a>
|
|
298
|
-
<a href="#resource" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>resource?</span></a>
|
|
299
|
-
<a href="#results" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>results?</span></a>
|
|
300
|
-
<a href="#rev" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rev?</span></a>
|
|
301
|
-
<a href="#role" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>role?</span></a>
|
|
302
|
-
<a href="#rounded" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rounded?</span></a>
|
|
303
|
-
<a href="#security" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>security?</span></a>
|
|
304
|
-
<a href="#severity" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>severity?</span></a>
|
|
305
|
-
<a href="#size" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size?</span></a>
|
|
306
|
-
<a href="#slot" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot?</span></a>
|
|
307
|
-
<a href="#spellcheck" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>spell<wbr/>Check?</span></a>
|
|
308
|
-
<a href="#style" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style?</span></a>
|
|
309
|
-
<a href="#suppresscontenteditablewarning" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>suppress<wbr/>Content<wbr/>Editable<wbr/>Warning?</span></a>
|
|
310
|
-
<a href="#suppresshydrationwarning" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>suppress<wbr/>Hydration<wbr/>Warning?</span></a>
|
|
311
|
-
<a href="#tabindex" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tab<wbr/>Index?</span></a>
|
|
312
|
-
<a href="#text" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text?</span></a>
|
|
313
|
-
<a href="#title" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title?</span></a>
|
|
314
|
-
<a href="#tooltip" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip?</span></a>
|
|
315
|
-
<a href="#tooltipoptions" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip<wbr/>Options?</span></a>
|
|
316
|
-
<a href="#topic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>topic?</span></a>
|
|
317
|
-
<a href="#translate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>translate?</span></a>
|
|
318
|
-
<a href="#type" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type?</span></a>
|
|
319
|
-
<a href="#typeof" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>typeof?</span></a>
|
|
320
|
-
<a href="#unselectable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unselectable?</span></a>
|
|
321
|
-
<a href="#unstyled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unstyled?</span></a>
|
|
322
|
-
<a href="#value" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>value?</span></a>
|
|
323
|
-
<a href="#visible" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visible?</span></a>
|
|
324
|
-
<a href="#vocab" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vocab?</span></a>
|
|
325
|
-
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="about"><code class="tsd-tag">Optional</code><span>about</span><a href="#about" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">about</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.about</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2939</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="accesskey"><code class="tsd-tag">Optional</code><span>access<wbr/>Key</span><a href="#accesskey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">accessKey</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.accessKey</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2912</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="actionmode"><code class="tsd-tag">Optional</code><span>action<wbr/>Mode</span><a href="#actionmode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">actionMode</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/core_ActionMode.ActionMode.html" class="tsd-signature-type tsd-kind-enum">ActionMode</a></div><div class="tsd-comment tsd-typography"><p>Input mode (Tap, Pressed, Released).</p>
|
|
326
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:52</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-activedescendant"><code class="tsd-tag">Optional</code><span>aria-<wbr/>activedescendant</span><a href="#aria-activedescendant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-activedescendant"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.</p>
|
|
327
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-activedescendant</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2610</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-atomic"><code class="tsd-tag">Optional</code><span>aria-<wbr/>atomic</span><a href="#aria-atomic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-atomic"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>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.</p>
|
|
328
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-atomic</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2612</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-autocomplete"><code class="tsd-tag">Optional</code><span>aria-<wbr/>autocomplete</span><a href="#aria-autocomplete" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-autocomplete"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"none"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"inline"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"list"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"both"</span></div><div class="tsd-comment tsd-typography"><p>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
|
|
329
|
-
presented if they are made.</p>
|
|
330
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-autocomplete</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2617</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-braillelabel"><code class="tsd-tag">Optional</code><span>aria-<wbr/>braillelabel</span><a href="#aria-braillelabel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-braillelabel"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a string value that labels the current element, which is intended to be converted into Braille.</p>
|
|
331
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see">See<a href="#see" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-label.</p>
|
|
332
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-braillelabel</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2623</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-brailleroledescription"><code class="tsd-tag">Optional</code><span>aria-<wbr/>brailleroledescription</span><a href="#aria-brailleroledescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-brailleroledescription"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.</p>
|
|
333
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-1">See<a href="#see-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-roledescription.</p>
|
|
334
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-brailleroledescription</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2628</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-busy"><code class="tsd-tag">Optional</code><span>aria-<wbr/>busy</span><a href="#aria-busy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-busy"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><aside class="tsd-sources"><p>Inherited from Omit.aria-busy</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2629</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-checked"><code class="tsd-tag">Optional</code><span>aria-<wbr/>checked</span><a href="#aria-checked" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-checked"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"mixed"</span></div><div class="tsd-comment tsd-typography"><p>Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.</p>
|
|
335
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-2">See<a href="#see-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
336
|
-
<li>aria-pressed</li>
|
|
337
|
-
<li>aria-selected.</li>
|
|
338
|
-
</ul>
|
|
339
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-checked</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2634</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-colcount"><code class="tsd-tag">Optional</code><span>aria-<wbr/>colcount</span><a href="#aria-colcount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-colcount"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the total number of columns in a table, grid, or treegrid.</p>
|
|
340
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-3">See<a href="#see-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-colindex.</p>
|
|
341
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-colcount</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2639</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-colindex"><code class="tsd-tag">Optional</code><span>aria-<wbr/>colindex</span><a href="#aria-colindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-colindex"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.</p>
|
|
342
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-4">See<a href="#see-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
343
|
-
<li>aria-colcount</li>
|
|
344
|
-
<li>aria-colspan.</li>
|
|
345
|
-
</ul>
|
|
346
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-colindex</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2644</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-colindextext"><code class="tsd-tag">Optional</code><span>aria-<wbr/>colindextext</span><a href="#aria-colindextext" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-colindextext"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a human readable text alternative of aria-colindex.</p>
|
|
347
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-5">See<a href="#see-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-rowindextext.</p>
|
|
348
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-colindextext</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2649</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-colspan"><code class="tsd-tag">Optional</code><span>aria-<wbr/>colspan</span><a href="#aria-colspan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-colspan"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.</p>
|
|
349
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-6">See<a href="#see-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
350
|
-
<li>aria-colindex</li>
|
|
351
|
-
<li>aria-rowspan.</li>
|
|
352
|
-
</ul>
|
|
353
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-colspan</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2654</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-controls"><code class="tsd-tag">Optional</code><span>aria-<wbr/>controls</span><a href="#aria-controls" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-controls"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the element (or elements) whose contents or presence are controlled by the current element.</p>
|
|
354
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-7">See<a href="#see-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-owns.</p>
|
|
355
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-controls</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2659</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-current"><code class="tsd-tag">Optional</code><span>aria-<wbr/>current</span><a href="#aria-current" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-current"</span><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">boolean</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"time"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"date"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"step"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"page"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"location"</span></div><div class="tsd-comment tsd-typography"><p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
|
356
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-current</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2661</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-describedby"><code class="tsd-tag">Optional</code><span>aria-<wbr/>describedby</span><a href="#aria-describedby" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-describedby"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the element (or elements) that describes the object.</p>
|
|
357
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-8">See<a href="#see-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-labelledby</p>
|
|
358
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-describedby</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2666</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-description"><code class="tsd-tag">Optional</code><span>aria-<wbr/>description</span><a href="#aria-description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-description"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a string value that describes or annotates the current element.</p>
|
|
359
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-9">See<a href="#see-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>related aria-describedby.</p>
|
|
360
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-description</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2671</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-details"><code class="tsd-tag">Optional</code><span>aria-<wbr/>details</span><a href="#aria-details" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-details"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the element that provides a detailed, extended description for the object.</p>
|
|
361
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-10">See<a href="#see-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-describedby.</p>
|
|
362
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-details</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2676</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-disabled"><code class="tsd-tag">Optional</code><span>aria-<wbr/>disabled</span><a href="#aria-disabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-disabled"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.</p>
|
|
363
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-11">See<a href="#see-11" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
364
|
-
<li>aria-hidden</li>
|
|
365
|
-
<li>aria-readonly.</li>
|
|
366
|
-
</ul>
|
|
367
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-disabled</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2681</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-dropeffect"><code class="tsd-tag">Optional</code><span class="deprecated">aria-<wbr/>dropeffect</span><a href="#aria-dropeffect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-dropeffect"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"link"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"none"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"copy"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"move"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"execute"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"popup"</span></div><div class="tsd-comment tsd-typography"><p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
|
|
368
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link" id="deprecated">Deprecated<a href="#deprecated" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>in ARIA 1.1</p>
|
|
369
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-dropeffect</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2686</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-errormessage"><code class="tsd-tag">Optional</code><span>aria-<wbr/>errormessage</span><a href="#aria-errormessage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-errormessage"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the element that provides an error message for the object.</p>
|
|
370
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-12">See<a href="#see-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
371
|
-
<li>aria-invalid</li>
|
|
372
|
-
<li>aria-describedby.</li>
|
|
373
|
-
</ul>
|
|
374
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-errormessage</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2691</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-expanded"><code class="tsd-tag">Optional</code><span>aria-<wbr/>expanded</span><a href="#aria-expanded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-expanded"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.</p>
|
|
375
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-expanded</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2693</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-flowto"><code class="tsd-tag">Optional</code><span>aria-<wbr/>flowto</span><a href="#aria-flowto" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-flowto"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
|
|
376
|
-
allows assistive technology to override the general default of reading in document source order.</p>
|
|
377
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-flowto</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2698</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-grabbed"><code class="tsd-tag">Optional</code><span class="deprecated">aria-<wbr/>grabbed</span><a href="#aria-grabbed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-grabbed"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates an element's "grabbed" state in a drag-and-drop operation.</p>
|
|
378
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link" id="deprecated-1">Deprecated<a href="#deprecated-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>in ARIA 1.1</p>
|
|
379
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-grabbed</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2703</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-haspopup"><code class="tsd-tag">Optional</code><span>aria-<wbr/>haspopup</span><a href="#aria-haspopup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-haspopup"</span><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">boolean</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"grid"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"dialog"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"menu"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"listbox"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"tree"</span></div><div class="tsd-comment tsd-typography"><p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
|
380
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-haspopup</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2705</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-hidden"><code class="tsd-tag">Optional</code><span>aria-<wbr/>hidden</span><a href="#aria-hidden" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-hidden"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates whether the element is exposed to an accessibility API.</p>
|
|
381
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-13">See<a href="#see-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-disabled.</p>
|
|
382
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-hidden</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2710</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-invalid"><code class="tsd-tag">Optional</code><span>aria-<wbr/>invalid</span><a href="#aria-invalid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-invalid"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"grammar"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"spelling"</span></div><div class="tsd-comment tsd-typography"><p>Indicates the entered value does not conform to the format expected by the application.</p>
|
|
383
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-14">See<a href="#see-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-errormessage.</p>
|
|
384
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-invalid</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2715</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-keyshortcuts"><code class="tsd-tag">Optional</code><span>aria-<wbr/>keyshortcuts</span><a href="#aria-keyshortcuts" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-keyshortcuts"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.</p>
|
|
385
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-keyshortcuts</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2717</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-label"><code class="tsd-tag">Optional</code><span>aria-<wbr/>label</span><a href="#aria-label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-label"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a string value that labels the current element.</p>
|
|
386
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-15">See<a href="#see-15" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-labelledby.</p>
|
|
387
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-label</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2722</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-labelledby"><code class="tsd-tag">Optional</code><span>aria-<wbr/>labelledby</span><a href="#aria-labelledby" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-labelledby"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies the element (or elements) that labels the current element.</p>
|
|
388
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-16">See<a href="#see-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-describedby.</p>
|
|
389
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-labelledby</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2727</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-level"><code class="tsd-tag">Optional</code><span>aria-<wbr/>level</span><a href="#aria-level" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-level"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the hierarchical level of an element within a structure.</p>
|
|
390
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-level</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2729</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-live"><code class="tsd-tag">Optional</code><span>aria-<wbr/>live</span><a href="#aria-live" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-live"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"off"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"assertive"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"polite"</span></div><div class="tsd-comment tsd-typography"><p>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.</p>
|
|
391
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-live</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2731</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-modal"><code class="tsd-tag">Optional</code><span>aria-<wbr/>modal</span><a href="#aria-modal" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-modal"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates whether an element is modal when displayed.</p>
|
|
392
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-modal</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2733</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-multiline"><code class="tsd-tag">Optional</code><span>aria-<wbr/>multiline</span><a href="#aria-multiline" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-multiline"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates whether a text box accepts multiple lines of input or only a single line.</p>
|
|
393
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-multiline</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2735</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-multiselectable"><code class="tsd-tag">Optional</code><span>aria-<wbr/>multiselectable</span><a href="#aria-multiselectable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-multiselectable"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the user may select more than one item from the current selectable descendants.</p>
|
|
394
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-multiselectable</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2737</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-orientation"><code class="tsd-tag">Optional</code><span>aria-<wbr/>orientation</span><a href="#aria-orientation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-orientation"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"horizontal"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"vertical"</span></div><div class="tsd-comment tsd-typography"><p>Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.</p>
|
|
395
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-orientation</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2739</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-owns"><code class="tsd-tag">Optional</code><span>aria-<wbr/>owns</span><a href="#aria-owns" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-owns"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
|
|
396
|
-
between DOM elements where the DOM hierarchy cannot be used to represent the relationship.</p>
|
|
397
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-17">See<a href="#see-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-controls.</p>
|
|
398
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-owns</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2745</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-placeholder"><code class="tsd-tag">Optional</code><span>aria-<wbr/>placeholder</span><a href="#aria-placeholder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-placeholder"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
|
|
399
|
-
A hint could be a sample value or a brief description of the expected format.</p>
|
|
400
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-placeholder</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2750</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-posinset"><code class="tsd-tag">Optional</code><span>aria-<wbr/>posinset</span><a href="#aria-posinset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-posinset"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>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.</p>
|
|
401
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-18">See<a href="#see-18" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-setsize.</p>
|
|
402
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-posinset</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2755</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-pressed"><code class="tsd-tag">Optional</code><span>aria-<wbr/>pressed</span><a href="#aria-pressed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-pressed"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"true"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"false"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"mixed"</span></div><div class="tsd-comment tsd-typography"><p>Indicates the current "pressed" state of toggle buttons.</p>
|
|
403
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-19">See<a href="#see-19" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
404
|
-
<li>aria-checked</li>
|
|
405
|
-
<li>aria-selected.</li>
|
|
406
|
-
</ul>
|
|
407
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-pressed</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2760</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-readonly"><code class="tsd-tag">Optional</code><span>aria-<wbr/>readonly</span><a href="#aria-readonly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-readonly"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the element is not editable, but is otherwise operable.</p>
|
|
408
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-20">See<a href="#see-20" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-disabled.</p>
|
|
409
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-readonly</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2765</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-relevant"><code class="tsd-tag">Optional</code><span>aria-<wbr/>relevant</span><a href="#aria-relevant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-relevant"</span><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"additions"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"additions removals"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"additions text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"all"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"removals"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"removals additions"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"removals text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text additions"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text removals"</span></div><div class="tsd-comment tsd-typography"><p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
|
410
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-21">See<a href="#see-21" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-atomic.</p>
|
|
411
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-relevant</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2770</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-required"><code class="tsd-tag">Optional</code><span>aria-<wbr/>required</span><a href="#aria-required" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-required"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates that user input is required on the element before a form may be submitted.</p>
|
|
412
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-required</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2783</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-roledescription"><code class="tsd-tag">Optional</code><span>aria-<wbr/>roledescription</span><a href="#aria-roledescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-roledescription"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a human-readable, author-localized description for the role of an element.</p>
|
|
413
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-roledescription</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2785</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-rowcount"><code class="tsd-tag">Optional</code><span>aria-<wbr/>rowcount</span><a href="#aria-rowcount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-rowcount"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the total number of rows in a table, grid, or treegrid.</p>
|
|
414
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-22">See<a href="#see-22" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-rowindex.</p>
|
|
415
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowcount</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2790</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-rowindex"><code class="tsd-tag">Optional</code><span>aria-<wbr/>rowindex</span><a href="#aria-rowindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-rowindex"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.</p>
|
|
416
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-23">See<a href="#see-23" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
417
|
-
<li>aria-rowcount</li>
|
|
418
|
-
<li>aria-rowspan.</li>
|
|
419
|
-
</ul>
|
|
420
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowindex</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2795</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-rowindextext"><code class="tsd-tag">Optional</code><span>aria-<wbr/>rowindextext</span><a href="#aria-rowindextext" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-rowindextext"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines a human readable text alternative of aria-rowindex.</p>
|
|
421
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-24">See<a href="#see-24" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-colindextext.</p>
|
|
422
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowindextext</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2800</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-rowspan"><code class="tsd-tag">Optional</code><span>aria-<wbr/>rowspan</span><a href="#aria-rowspan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-rowspan"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.</p>
|
|
423
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-25">See<a href="#see-25" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
424
|
-
<li>aria-rowindex</li>
|
|
425
|
-
<li>aria-colspan.</li>
|
|
426
|
-
</ul>
|
|
427
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowspan</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2805</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-selected"><code class="tsd-tag">Optional</code><span>aria-<wbr/>selected</span><a href="#aria-selected" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-selected"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><div class="tsd-comment tsd-typography"><p>Indicates the current "selected" state of various widgets.</p>
|
|
428
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-26">See<a href="#see-26" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
|
|
429
|
-
<li>aria-checked</li>
|
|
430
|
-
<li>aria-pressed.</li>
|
|
431
|
-
</ul>
|
|
432
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-selected</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2810</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-setsize"><code class="tsd-tag">Optional</code><span>aria-<wbr/>setsize</span><a href="#aria-setsize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-setsize"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>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.</p>
|
|
433
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-27">See<a href="#see-27" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-posinset.</p>
|
|
434
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-setsize</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2815</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-sort"><code class="tsd-tag">Optional</code><span>aria-<wbr/>sort</span><a href="#aria-sort" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-sort"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"none"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"ascending"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"descending"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"other"</span></div><div class="tsd-comment tsd-typography"><p>Indicates if items in a table or grid are sorted in ascending or descending order.</p>
|
|
435
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-sort</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2817</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-valuemax"><code class="tsd-tag">Optional</code><span>aria-<wbr/>valuemax</span><a href="#aria-valuemax" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-valuemax"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the maximum allowed value for a range widget.</p>
|
|
436
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuemax</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2819</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-valuemin"><code class="tsd-tag">Optional</code><span>aria-<wbr/>valuemin</span><a href="#aria-valuemin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-valuemin"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the minimum allowed value for a range widget.</p>
|
|
437
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuemin</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2821</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-valuenow"><code class="tsd-tag">Optional</code><span>aria-<wbr/>valuenow</span><a href="#aria-valuenow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-valuenow"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Defines the current value for a range widget.</p>
|
|
438
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-28">See<a href="#see-28" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>aria-valuetext.</p>
|
|
439
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuenow</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2826</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="aria-valuetext"><code class="tsd-tag">Optional</code><span>aria-<wbr/>valuetext</span><a href="#aria-valuetext" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"aria-valuetext"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Defines the human readable text alternative of aria-valuenow for a range widget.</p>
|
|
440
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuetext</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2828</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="autocapitalize"><code class="tsd-tag">Optional</code><span>auto<wbr/>Capitalize</span><a href="#autocapitalize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoCapitalize</span><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">&</span> <span class="tsd-signature-symbol">{}</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"none"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"off"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"on"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"sentences"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"words"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"characters"</span></div><aside class="tsd-sources"><p>Inherited from Omit.autoCapitalize</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2913</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="autocorrect"><code class="tsd-tag">Optional</code><span>auto<wbr/>Correct</span><a href="#autocorrect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoCorrect</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.autoCorrect</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2952</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="autofocus"><code class="tsd-tag">Optional</code><span>auto<wbr/>Focus</span><a href="#autofocus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoFocus</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from Omit.autoFocus</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2914</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="autosave"><code class="tsd-tag">Optional</code><span>auto<wbr/>Save</span><a href="#autosave" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoSave</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.autoSave</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2953</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="badge"><code class="tsd-tag">Optional</code><span>badge</span><a href="#badge" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">badge</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Value of the badge.</p>
|
|
441
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.badge</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:83</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="badgeclassname"><code class="tsd-tag">Optional</code><span>badge<wbr/>Class<wbr/>Name</span><a href="#badgeclassname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">badgeClassName</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Style class of the badge.</p>
|
|
442
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.badgeClassName</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:87</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="children"><code class="tsd-tag">Optional</code> <code class="tsd-tag">Readonly</code><span>children</span><a href="#children" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">children</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactNode</span></div><div class="tsd-comment tsd-typography"><p>Used to get the child elements of the component.</p>
|
|
443
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.children</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:92</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="classname"><code class="tsd-tag">Optional</code><span>class<wbr/>Name</span><a href="#classname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">className</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.className</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2915</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="color"><code class="tsd-tag">Optional</code><span>color</span><a href="#color" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">color</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.color</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2954</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="command"><code class="tsd-tag">Optional</code><span>command</span><a href="#command" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">command</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Name of the command to invoke on button events.</p>
|
|
444
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:43</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="commandargs"><code class="tsd-tag">Optional</code><span>command<wbr/>Args</span><a href="#commandargs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">commandArgs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><div class="tsd-comment tsd-typography"><p>Optional args sent with the command payload.</p>
|
|
445
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:49</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="commandtopic"><code class="tsd-tag">Optional</code><span>command<wbr/>Topic</span><a href="#commandtopic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">commandTopic</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Optional topic sent with the command payload.</p>
|
|
446
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:46</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="content"><code class="tsd-tag">Optional</code><span>content</span><a href="#content" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">content</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.content</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2940</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="contenteditable"><code class="tsd-tag">Optional</code><span>content<wbr/>Editable</span><a href="#contenteditable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">contentEditable</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"inherit"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Booleanish</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"plaintext-only"</span></div><aside class="tsd-sources"><p>Inherited from Omit.contentEditable</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2916</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="contextmenu"><code class="tsd-tag">Optional</code><span>context<wbr/>Menu</span><a href="#contextmenu" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">contextMenu</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.contextMenu</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2917</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="dangerouslysetinnerhtml"><code class="tsd-tag">Optional</code><span>dangerously<wbr/>Set<wbr/>Inner<wbr/>HTML</span><a href="#dangerouslysetinnerhtml" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dangerouslySetInnerHTML</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">__html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">TrustedHTML</span> <span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><p>Inherited from Omit.dangerouslySetInnerHTML</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2399</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-at"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>at</span><a href="#data-pr-at" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-at"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
447
|
-
<p>Defines which position on the target element to align the positioned tooltip.*</p>
|
|
448
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
449
|
-
<hr>
|
|
450
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
451
|
-
<p>{@inheritDoc <a href="http://tooltipoptions.TooltipOptions.at">tooltipoptions.TooltipOptions.at</a>}</p>
|
|
452
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-at</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:255</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-autohide"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>autohide</span><a href="#data-pr-autohide" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-autohide"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
453
|
-
<p>Whether to hide tooltip when hovering over tooltip content.*</p>
|
|
454
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
455
|
-
<hr>
|
|
456
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
457
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.autoHide}</p>
|
|
458
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value">Default Value<a href="#default-value" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">true</span>
|
|
459
|
-
</code><button type="button">Copy</button></pre>
|
|
460
|
-
|
|
461
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-autohide</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:395</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-classname"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>classname</span><a href="#data-pr-classname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-classname"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
462
|
-
<p>Style class of the tooltip.*</p>
|
|
463
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
464
|
-
<hr>
|
|
465
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
466
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.className}</p>
|
|
467
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-classname</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:215</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-disabled"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>disabled</span><a href="#data-pr-disabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-disabled"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
468
|
-
<p>When present, it specifies that the tooltip should be hidden.*</p>
|
|
469
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
470
|
-
<hr>
|
|
471
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
472
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.disabled}</p>
|
|
473
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-1">Default Value<a href="#default-value-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
474
|
-
</code><button type="button">Copy</button></pre>
|
|
475
|
-
|
|
476
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-disabled</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:202</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-event"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>event</span><a href="#data-pr-event" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-event"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"focus"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"both"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"hover"</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
477
|
-
<p>Event to show the tooltip.*</p>
|
|
478
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
479
|
-
<hr>
|
|
480
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
481
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.event}</p>
|
|
482
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-2">Default Value<a href="#default-value-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-0">hover</span>
|
|
483
|
-
</code><button type="button">Copy</button></pre>
|
|
484
|
-
|
|
485
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-event</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:269</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-hidedelay"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>hidedelay</span><a href="#data-pr-hidedelay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-hidedelay"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
486
|
-
<p>Delay to hide the tooltip in milliseconds.*</p>
|
|
487
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
488
|
-
<hr>
|
|
489
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
490
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.hideDelay}</p>
|
|
491
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-3">Default Value<a href="#default-value-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-6">0</span>
|
|
492
|
-
</code><button type="button">Copy</button></pre>
|
|
493
|
-
|
|
494
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-hidedelay</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:381</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-hideevent"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>hideevent</span><a href="#data-pr-hideevent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-hideevent"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
495
|
-
<p>Event to hide the tooltip if the event property is empty.*</p>
|
|
496
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
497
|
-
<hr>
|
|
498
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
499
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.hideEvent}</p>
|
|
500
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-4">Default Value<a href="#default-value-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-0">mouseleave</span>
|
|
501
|
-
</code><button type="button">Copy</button></pre>
|
|
502
|
-
|
|
503
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-hideevent</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:297</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-mousetrack"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>mousetrack</span><a href="#data-pr-mousetrack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-mousetrack"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
504
|
-
<p>Whether the tooltip will follow the mouse.*</p>
|
|
505
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
506
|
-
<hr>
|
|
507
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
508
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.mouseTrack}</p>
|
|
509
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-5">Default Value<a href="#default-value-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
510
|
-
</code><button type="button">Copy</button></pre>
|
|
511
|
-
|
|
512
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-mousetrack</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:311</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-mousetrackleft"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>mousetrackleft</span><a href="#data-pr-mousetrackleft" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-mousetrackleft"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
513
|
-
<p>Defines left position of the tooltip in relation to the mouse when the mouseTrack is enabled.*</p>
|
|
514
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
515
|
-
<hr>
|
|
516
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
517
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.mouseTrackLeft}</p>
|
|
518
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-6">Default Value<a href="#default-value-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-6">5</span>
|
|
519
|
-
</code><button type="button">Copy</button></pre>
|
|
520
|
-
|
|
521
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-mousetrackleft</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:339</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-mousetracktop"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>mousetracktop</span><a href="#data-pr-mousetracktop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-mousetracktop"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
522
|
-
<p>Defines top position of the tooltip in relation to the mouse when the mouseTrack is enabled.*</p>
|
|
523
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
524
|
-
<hr>
|
|
525
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
526
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.mouseTrackTop}</p>
|
|
527
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-7">Default Value<a href="#default-value-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-6">5</span>
|
|
528
|
-
</code><button type="button">Copy</button></pre>
|
|
529
|
-
|
|
530
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-mousetracktop</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:325</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-my"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>my</span><a href="#data-pr-my" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-my"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
531
|
-
<p>Defines which position on the tooltip being positioned to align with the target element.*</p>
|
|
532
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
533
|
-
<hr>
|
|
534
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
535
|
-
<p>{@inheritDoc <a href="http://tooltipoptions.TooltipOptions.my">tooltipoptions.TooltipOptions.my</a>}</p>
|
|
536
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-my</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:242</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-position"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>position</span><a href="#data-pr-position" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-position"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"left"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"right"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"top"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"bottom"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"mouse"</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
537
|
-
<p>Position of the tooltip.*</p>
|
|
538
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
539
|
-
<hr>
|
|
540
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
541
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.position}</p>
|
|
542
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-8">Default Value<a href="#default-value-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-0">right</span>
|
|
543
|
-
</code><button type="button">Copy</button></pre>
|
|
544
|
-
|
|
545
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-position</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:229</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-showdelay"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>showdelay</span><a href="#data-pr-showdelay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-showdelay"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
546
|
-
<p>Delay to show the tooltip in milliseconds.*</p>
|
|
547
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
548
|
-
<hr>
|
|
549
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
550
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.showDelay}</p>
|
|
551
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-9">Default Value<a href="#default-value-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-6">0</span>
|
|
552
|
-
</code><button type="button">Copy</button></pre>
|
|
553
|
-
|
|
554
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-showdelay</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:353</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-showevent"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>showevent</span><a href="#data-pr-showevent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-showevent"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
555
|
-
<p>Event to show the tooltip if the event property is empty.*</p>
|
|
556
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
557
|
-
<hr>
|
|
558
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
559
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.showEvent}</p>
|
|
560
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-10">Default Value<a href="#default-value-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-0">mouseenter</span>
|
|
561
|
-
</code><button type="button">Copy</button></pre>
|
|
562
|
-
|
|
563
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-showevent</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:283</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-showondisabled"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>showondisabled</span><a href="#data-pr-showondisabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-showondisabled"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
564
|
-
<p>Whether to show tooltip for disabled elements.*</p>
|
|
565
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
566
|
-
<hr>
|
|
567
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
568
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.showOnDisabled}</p>
|
|
569
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-11">Default Value<a href="#default-value-11" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
570
|
-
</code><button type="button">Copy</button></pre>
|
|
571
|
-
|
|
572
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-showondisabled</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:409</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-tooltip"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>tooltip</span><a href="#data-pr-tooltip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-tooltip"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
573
|
-
<p>Content of the tooltip.*</p>
|
|
574
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
575
|
-
<hr>
|
|
576
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
577
|
-
<p>{@inheritDoc tooltip.TooltipProps.content}</p>
|
|
578
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-tooltip</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:188</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="data-pr-updatedelay"><code class="tsd-tag">Optional</code><span>data-<wbr/>pr-<wbr/>updatedelay</span><a href="#data-pr-updatedelay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">"data-pr-updatedelay"</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p><strong>PrimeReact - TooltipHTMLAttributes</strong></p>
|
|
579
|
-
<p>Delay to update the tooltip in milliseconds.*</p>
|
|
580
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
581
|
-
<hr>
|
|
582
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
583
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.updateDelay}</p>
|
|
584
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-12">Default Value<a href="#default-value-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-6">0</span>
|
|
585
|
-
</code><button type="button">Copy</button></pre>
|
|
586
|
-
|
|
587
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-updatedelay</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:367</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="datatype"><code class="tsd-tag">Optional</code><span>datatype</span><a href="#datatype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">datatype</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.datatype</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2941</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="defaultchecked"><code class="tsd-tag">Optional</code><span>default<wbr/>Checked</span><a href="#defaultchecked" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">defaultChecked</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from Omit.defaultChecked</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2906</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="defaultvalue"><code class="tsd-tag">Optional</code><span>default<wbr/>Value</span><a href="#defaultvalue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">defaultValue</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from Omit.defaultValue</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2907</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="dir"><code class="tsd-tag">Optional</code><span>dir</span><a href="#dir" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dir</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.dir</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2918</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="disabled"><code class="tsd-tag">Optional</code><span>disabled</span><a href="#disabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">disabled</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Directly disables the button (replaces old disableTopic).</p>
|
|
588
|
-
</div><aside class="tsd-sources"><p>Overrides Omit.disabled</p><ul><li>Defined in src/components/IndicatorButton.tsx:58</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="draggable"><code class="tsd-tag">Optional</code><span>draggable</span><a href="#draggable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">draggable</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><aside class="tsd-sources"><p>Inherited from Omit.draggable</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2919</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="enterkeyhint"><code class="tsd-tag">Optional</code><span>enter<wbr/>Key<wbr/>Hint</span><a href="#enterkeyhint" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">enterKeyHint</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"search"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"enter"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"done"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"go"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"next"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"previous"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"send"</span></div><aside class="tsd-sources"><p>Inherited from Omit.enterKeyHint</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2920</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="exportparts"><code class="tsd-tag">Optional</code><span>exportparts</span><a href="#exportparts" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">exportparts</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-29">See<a href="#see-29" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts">https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts</a></p>
|
|
589
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.exportparts</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2978</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="form"><code class="tsd-tag">Optional</code><span>form</span><a href="#form" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.form</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3162</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="formaction"><code class="tsd-tag">Optional</code><span>form<wbr/>Action</span><a href="#formaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">formAction</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.formAction</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3163</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="formenctype"><code class="tsd-tag">Optional</code><span>form<wbr/>Enc<wbr/>Type</span><a href="#formenctype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">formEncType</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.formEncType</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3169</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="formmethod"><code class="tsd-tag">Optional</code><span>form<wbr/>Method</span><a href="#formmethod" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">formMethod</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.formMethod</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3170</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="formnovalidate"><code class="tsd-tag">Optional</code><span>form<wbr/>No<wbr/>Validate</span><a href="#formnovalidate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">formNoValidate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from Omit.formNoValidate</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3171</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="formtarget"><code class="tsd-tag">Optional</code><span>form<wbr/>Target</span><a href="#formtarget" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">formTarget</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.formTarget</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3172</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="hidden"><code class="tsd-tag">Optional</code><span>hidden</span><a href="#hidden" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">hidden</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Hides the button (replaces old invisibleTopic/hiddenTopic).</p>
|
|
590
|
-
</div><aside class="tsd-sources"><p>Overrides Omit.hidden</p><ul><li>Defined in src/components/IndicatorButton.tsx:61</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="icon"><code class="tsd-tag">Optional</code><span>icon</span><a href="#icon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">icon</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Base icon class (overridden by onIcon/offIcon).</p>
|
|
591
|
-
</div><aside class="tsd-sources"><p>Overrides Omit.icon</p><ul><li>Defined in src/components/IndicatorButton.tsx:34</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="iconpos"><code class="tsd-tag">Optional</code><span>icon<wbr/>Pos</span><a href="#iconpos" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">iconPos</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"left"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"right"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"top"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"bottom"</span></div><div class="tsd-comment tsd-typography"><p>Position of the icon, valid values are "left", "right", "top" and "bottom".</p>
|
|
592
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-13">Default Value<a href="#default-value-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-0">left</span>
|
|
593
|
-
</code><button type="button">Copy</button></pre>
|
|
594
|
-
|
|
595
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.iconPos</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:139</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="id"><code class="tsd-tag">Optional</code><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.id</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2922</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="inlist"><code class="tsd-tag">Optional</code><span>inlist</span><a href="#inlist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">inlist</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources"><p>Inherited from Omit.inlist</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2942</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="inputmode"><code class="tsd-tag">Optional</code><span>input<wbr/>Mode</span><a href="#inputmode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">inputMode</span><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"search"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"none"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"email"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"tel"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"text"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"url"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"numeric"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"decimal"</span></div><div class="tsd-comment tsd-typography"><p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
|
596
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-30">See<a href="#see-30" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute">https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</a></p>
|
|
597
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.inputMode</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2969</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="invert"><code class="tsd-tag">Optional</code><span>invert</span><a href="#invert" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">invert</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Inverts values for Tap/Pressed/Released dispatches.</p>
|
|
598
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:55</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="is"><code class="tsd-tag">Optional</code><span>is</span><a href="#is" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">is</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Specify that a standard HTML element should behave like a defined custom built-in element</p>
|
|
599
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-31">See<a href="#see-31" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is">https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is</a></p>
|
|
600
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.is</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2974</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="itemid"><code class="tsd-tag">Optional</code><span>item<wbr/>ID</span><a href="#itemid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">itemID</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.itemID</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2958</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="itemprop"><code class="tsd-tag">Optional</code><span>item<wbr/>Prop</span><a href="#itemprop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">itemProp</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.itemProp</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2955</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="itemref"><code class="tsd-tag">Optional</code><span>item<wbr/>Ref</span><a href="#itemref" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">itemRef</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.itemRef</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2959</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="itemscope"><code class="tsd-tag">Optional</code><span>item<wbr/>Scope</span><a href="#itemscope" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">itemScope</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from Omit.itemScope</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2956</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="itemtype"><code class="tsd-tag">Optional</code><span>item<wbr/>Type</span><a href="#itemtype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">itemType</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.itemType</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2957</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="key"><code class="tsd-tag">Optional</code><span>key</span><a href="#key" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">key</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">null</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Key</span></div><aside class="tsd-sources"><p>Inherited from Omit.key</p><ul><li>Defined in node_modules/@types/react/index.d.ts:262</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="label"><code class="tsd-tag">Optional</code><span>label</span><a href="#label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Text of the button.</p>
|
|
601
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.label</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:143</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="lang"><code class="tsd-tag">Optional</code><span>lang</span><a href="#lang" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">lang</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.lang</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2923</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="link"><code class="tsd-tag">Optional</code><span>link</span><a href="#link" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">link</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Add a link style to the button.</p>
|
|
602
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-14">Default Value<a href="#default-value-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
603
|
-
</code><button type="button">Copy</button></pre>
|
|
604
|
-
|
|
605
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.link</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:126</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="loading"><code class="tsd-tag">Optional</code><span>loading</span><a href="#loading" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">loading</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Display loading icon of the button</p>
|
|
606
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-15">Default Value<a href="#default-value-15" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
607
|
-
</code><button type="button">Copy</button></pre>
|
|
608
|
-
|
|
609
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.loading</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:148</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="loadingicon"><code class="tsd-tag">Optional</code><span>loading<wbr/>Icon</span><a href="#loadingicon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">loadingIcon</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IconType</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ButtonProps</span><span class="tsd-signature-symbol">></span></div><div class="tsd-comment tsd-typography"><p>Name of the loading icon or JSX.Element for loading icon.</p>
|
|
610
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.loadingIcon</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:152</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="name"><code class="tsd-tag">Optional</code><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.name</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3173</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="nonce"><code class="tsd-tag">Optional</code><span>nonce</span><a href="#nonce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nonce</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.nonce</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2924</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="offcolor"><code class="tsd-tag">Optional</code><span>off<wbr/>Color</span><a href="#offcolor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">offColor</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/core_IndicatorColor.IndicatorColor.html" class="tsd-signature-type tsd-kind-enum">IndicatorColor</a></div><div class="tsd-comment tsd-typography"><p>Color for the button when the state is FALSE.</p>
|
|
611
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:28</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="officon"><code class="tsd-tag">Optional</code><span>off<wbr/>Icon</span><a href="#officon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">offIcon</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Icon when FALSE.</p>
|
|
612
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:40</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onabort"><code class="tsd-tag">Optional</code><span>on<wbr/>Abort</span><a href="#onabort" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAbort</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAbort</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2458</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onabortcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Abort<wbr/>Capture</span><a href="#onabortcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAbortCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAbortCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2459</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onanimationend"><code class="tsd-tag">Optional</code><span>on<wbr/>Animation<wbr/>End</span><a href="#onanimationend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAnimationEnd</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAnimationEnd</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2586</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onanimationendcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Animation<wbr/>End<wbr/>Capture</span><a href="#onanimationendcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAnimationEndCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAnimationEndCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2587</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onanimationiteration"><code class="tsd-tag">Optional</code><span>on<wbr/>Animation<wbr/>Iteration</span><a href="#onanimationiteration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAnimationIteration</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAnimationIteration</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2588</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onanimationiterationcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Animation<wbr/>Iteration<wbr/>Capture</span><a href="#onanimationiterationcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAnimationIterationCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAnimationIterationCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2589</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onanimationstart"><code class="tsd-tag">Optional</code><span>on<wbr/>Animation<wbr/>Start</span><a href="#onanimationstart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAnimationStart</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAnimationStart</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2584</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onanimationstartcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Animation<wbr/>Start<wbr/>Capture</span><a href="#onanimationstartcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAnimationStartCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AnimationEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAnimationStartCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2585</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onauxclick"><code class="tsd-tag">Optional</code><span>on<wbr/>Aux<wbr/>Click</span><a href="#onauxclick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAuxClick</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAuxClick</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2504</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onauxclickcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Aux<wbr/>Click<wbr/>Capture</span><a href="#onauxclickcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onAuxClickCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onAuxClickCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2505</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onbeforeinput"><code class="tsd-tag">Optional</code><span>on<wbr/>Before<wbr/>Input</span><a href="#onbeforeinput" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onBeforeInput</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">InputEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onBeforeInput</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2430</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onbeforeinputcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Before<wbr/>Input<wbr/>Capture</span><a href="#onbeforeinputcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onBeforeInputCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onBeforeInputCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2431</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onblur"><code class="tsd-tag">Optional</code><span>on<wbr/>Blur</span><a href="#onblur" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onBlur</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onBlur</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2424</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onblurcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Blur<wbr/>Capture</span><a href="#onblurcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onBlurCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onBlurCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2425</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncanplay"><code class="tsd-tag">Optional</code><span>on<wbr/>Can<wbr/>Play</span><a href="#oncanplay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCanPlay</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCanPlay</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2460</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncanplaycapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Can<wbr/>Play<wbr/>Capture</span><a href="#oncanplaycapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCanPlayCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCanPlayCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2461</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncanplaythrough"><code class="tsd-tag">Optional</code><span>on<wbr/>Can<wbr/>Play<wbr/>Through</span><a href="#oncanplaythrough" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCanPlayThrough</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCanPlayThrough</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2462</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncanplaythroughcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Can<wbr/>Play<wbr/>Through<wbr/>Capture</span><a href="#oncanplaythroughcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCanPlayThroughCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCanPlayThroughCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2463</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onchange"><code class="tsd-tag">Optional</code><span>on<wbr/>Change</span><a href="#onchange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onChange</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onChange</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2428</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onchangecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Change<wbr/>Capture</span><a href="#onchangecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onChangeCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onChangeCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2429</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onclick"><code class="tsd-tag">Optional</code><span>on<wbr/>Click</span><a href="#onclick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onClick</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onClick</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2506</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onclickcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Click<wbr/>Capture</span><a href="#onclickcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onClickCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onClickCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2507</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="oncolor"><code class="tsd-tag">Optional</code><span>on<wbr/>Color</span><a href="#oncolor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onColor</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/core_IndicatorColor.IndicatorColor.html" class="tsd-signature-type tsd-kind-enum">IndicatorColor</a></div><div class="tsd-comment tsd-typography"><p>Color for the button when the state is TRUE.</p>
|
|
613
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:25</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncompositionend"><code class="tsd-tag">Optional</code><span>on<wbr/>Composition<wbr/>End</span><a href="#oncompositionend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCompositionEnd</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCompositionEnd</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2414</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncompositionendcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Composition<wbr/>End<wbr/>Capture</span><a href="#oncompositionendcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCompositionEndCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCompositionEndCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2415</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncompositionstart"><code class="tsd-tag">Optional</code><span>on<wbr/>Composition<wbr/>Start</span><a href="#oncompositionstart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCompositionStart</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCompositionStart</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2416</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncompositionstartcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Composition<wbr/>Start<wbr/>Capture</span><a href="#oncompositionstartcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCompositionStartCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCompositionStartCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2417</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncompositionupdate"><code class="tsd-tag">Optional</code><span>on<wbr/>Composition<wbr/>Update</span><a href="#oncompositionupdate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCompositionUpdate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCompositionUpdate</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2418</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncompositionupdatecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Composition<wbr/>Update<wbr/>Capture</span><a href="#oncompositionupdatecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCompositionUpdateCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CompositionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCompositionUpdateCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2419</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncontextmenu"><code class="tsd-tag">Optional</code><span>on<wbr/>Context<wbr/>Menu</span><a href="#oncontextmenu" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onContextMenu</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onContextMenu</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2508</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncontextmenucapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Context<wbr/>Menu<wbr/>Capture</span><a href="#oncontextmenucapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onContextMenuCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onContextMenuCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2509</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncopy"><code class="tsd-tag">Optional</code><span>on<wbr/>Copy</span><a href="#oncopy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCopy</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCopy</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2406</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncopycapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Copy<wbr/>Capture</span><a href="#oncopycapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCopyCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCopyCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2407</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncut"><code class="tsd-tag">Optional</code><span>on<wbr/>Cut</span><a href="#oncut" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCut</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCut</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2408</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oncutcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Cut<wbr/>Capture</span><a href="#oncutcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onCutCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onCutCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2409</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondoubleclick"><code class="tsd-tag">Optional</code><span>on<wbr/>Double<wbr/>Click</span><a href="#ondoubleclick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDoubleClick</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDoubleClick</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2510</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondoubleclickcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Double<wbr/>Click<wbr/>Capture</span><a href="#ondoubleclickcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDoubleClickCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDoubleClickCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2511</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondrag"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag</span><a href="#ondrag" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDrag</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDrag</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2512</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Capture</span><a href="#ondragcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2513</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragend"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>End</span><a href="#ondragend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragEnd</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragEnd</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2514</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragendcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>End<wbr/>Capture</span><a href="#ondragendcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragEndCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragEndCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2515</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragenter"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Enter</span><a href="#ondragenter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragEnter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragEnter</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2516</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragentercapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Enter<wbr/>Capture</span><a href="#ondragentercapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragEnterCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragEnterCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2517</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragexit"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Exit</span><a href="#ondragexit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragExit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragExit</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2518</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragexitcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Exit<wbr/>Capture</span><a href="#ondragexitcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragExitCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragExitCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2519</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragleave"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Leave</span><a href="#ondragleave" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragLeave</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragLeave</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2520</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragleavecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Leave<wbr/>Capture</span><a href="#ondragleavecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragLeaveCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragLeaveCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2521</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragover"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Over</span><a href="#ondragover" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragOver</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragOver</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2522</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragovercapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Over<wbr/>Capture</span><a href="#ondragovercapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragOverCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragOverCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2523</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragstart"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Start</span><a href="#ondragstart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragStart</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragStart</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2524</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondragstartcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drag<wbr/>Start<wbr/>Capture</span><a href="#ondragstartcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDragStartCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDragStartCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2525</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondrop"><code class="tsd-tag">Optional</code><span>on<wbr/>Drop</span><a href="#ondrop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDrop</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDrop</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2526</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondropcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Drop<wbr/>Capture</span><a href="#ondropcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDropCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">DragEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDropCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2527</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondurationchange"><code class="tsd-tag">Optional</code><span>on<wbr/>Duration<wbr/>Change</span><a href="#ondurationchange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDurationChange</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDurationChange</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2464</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ondurationchangecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Duration<wbr/>Change<wbr/>Capture</span><a href="#ondurationchangecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onDurationChangeCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onDurationChangeCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2465</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onemptied"><code class="tsd-tag">Optional</code><span>on<wbr/>Emptied</span><a href="#onemptied" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onEmptied</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onEmptied</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2466</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onemptiedcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Emptied<wbr/>Capture</span><a href="#onemptiedcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onEmptiedCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onEmptiedCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2467</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onencrypted"><code class="tsd-tag">Optional</code><span>on<wbr/>Encrypted</span><a href="#onencrypted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onEncrypted</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onEncrypted</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2468</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onencryptedcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Encrypted<wbr/>Capture</span><a href="#onencryptedcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onEncryptedCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onEncryptedCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2469</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onended"><code class="tsd-tag">Optional</code><span>on<wbr/>Ended</span><a href="#onended" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onEnded</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onEnded</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2470</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onendedcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Ended<wbr/>Capture</span><a href="#onendedcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onEndedCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onEndedCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2471</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onerror"><code class="tsd-tag">Optional</code><span>on<wbr/>Error</span><a href="#onerror" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onError</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onError</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2444</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onerrorcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Error<wbr/>Capture</span><a href="#onerrorcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onErrorCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onErrorCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2445</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onfocus"><code class="tsd-tag">Optional</code><span>on<wbr/>Focus</span><a href="#onfocus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onFocus</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onFocus</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2422</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onfocuscapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Focus<wbr/>Capture</span><a href="#onfocuscapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onFocusCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FocusEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onFocusCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2423</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ongotpointercapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture</span><a href="#ongotpointercapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onGotPointerCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onGotPointerCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2570</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ongotpointercapturecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture<wbr/>Capture</span><a href="#ongotpointercapturecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onGotPointerCaptureCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onGotPointerCaptureCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2571</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="onicon"><code class="tsd-tag">Optional</code><span>on<wbr/>Icon</span><a href="#onicon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onIcon</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Icon when TRUE.</p>
|
|
614
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:37</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oninput"><code class="tsd-tag">Optional</code><span>on<wbr/>Input</span><a href="#oninput" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onInput</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onInput</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2432</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oninputcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Input<wbr/>Capture</span><a href="#oninputcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onInputCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onInputCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2433</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oninvalid"><code class="tsd-tag">Optional</code><span>on<wbr/>Invalid</span><a href="#oninvalid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onInvalid</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onInvalid</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2438</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="oninvalidcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Invalid<wbr/>Capture</span><a href="#oninvalidcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onInvalidCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onInvalidCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2439</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onkeydown"><code class="tsd-tag">Optional</code><span>on<wbr/>Key<wbr/>Down</span><a href="#onkeydown" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onKeyDown</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyDown</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2448</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onkeydowncapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Key<wbr/>Down<wbr/>Capture</span><a href="#onkeydowncapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onKeyDownCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyDownCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2449</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onkeypress"><code class="tsd-tag">Optional</code><span class="deprecated">on<wbr/>Key<wbr/>Press</span><a href="#onkeypress" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onKeyPress</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link" id="deprecated-2">Deprecated<a href="#deprecated-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Use <code>onKeyUp</code> or <code>onKeyDown</code> instead</p>
|
|
615
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyPress</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2451</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onkeypresscapture"><code class="tsd-tag">Optional</code><span class="deprecated">on<wbr/>Key<wbr/>Press<wbr/>Capture</span><a href="#onkeypresscapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onKeyPressCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link" id="deprecated-3">Deprecated<a href="#deprecated-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Use <code>onKeyUpCapture</code> or <code>onKeyDownCapture</code> instead</p>
|
|
616
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyPressCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2453</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onkeyup"><code class="tsd-tag">Optional</code><span>on<wbr/>Key<wbr/>Up</span><a href="#onkeyup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onKeyUp</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyUp</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2454</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onkeyupcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Key<wbr/>Up<wbr/>Capture</span><a href="#onkeyupcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onKeyUpCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">KeyboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyUpCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2455</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onload"><code class="tsd-tag">Optional</code><span>on<wbr/>Load</span><a href="#onload" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoad</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoad</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2442</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Load<wbr/>Capture</span><a href="#onloadcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2443</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadeddata"><code class="tsd-tag">Optional</code><span>on<wbr/>Loaded<wbr/>Data</span><a href="#onloadeddata" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadedData</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadedData</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2472</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadeddatacapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Loaded<wbr/>Data<wbr/>Capture</span><a href="#onloadeddatacapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadedDataCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadedDataCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2473</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadedmetadata"><code class="tsd-tag">Optional</code><span>on<wbr/>Loaded<wbr/>Metadata</span><a href="#onloadedmetadata" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadedMetadata</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadedMetadata</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2474</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadedmetadatacapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Loaded<wbr/>Metadata<wbr/>Capture</span><a href="#onloadedmetadatacapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadedMetadataCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadedMetadataCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2475</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadstart"><code class="tsd-tag">Optional</code><span>on<wbr/>Load<wbr/>Start</span><a href="#onloadstart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadStart</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadStart</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2476</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onloadstartcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Load<wbr/>Start<wbr/>Capture</span><a href="#onloadstartcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLoadStartCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLoadStartCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2477</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onlostpointercapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture</span><a href="#onlostpointercapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLostPointerCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLostPointerCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2572</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onlostpointercapturecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture<wbr/>Capture</span><a href="#onlostpointercapturecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onLostPointerCaptureCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onLostPointerCaptureCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2573</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmousedown"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Down</span><a href="#onmousedown" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseDown</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseDown</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2528</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmousedowncapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Down<wbr/>Capture</span><a href="#onmousedowncapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseDownCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseDownCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2529</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseenter"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Enter</span><a href="#onmouseenter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseEnter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseEnter</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2530</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseleave"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Leave</span><a href="#onmouseleave" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseLeave</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseLeave</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2531</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmousemove"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Move</span><a href="#onmousemove" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseMove</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseMove</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2532</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmousemovecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Move<wbr/>Capture</span><a href="#onmousemovecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseMoveCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseMoveCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2533</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseout"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Out</span><a href="#onmouseout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseOut</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseOut</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2534</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseoutcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Out<wbr/>Capture</span><a href="#onmouseoutcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseOutCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseOutCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2535</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseover"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Over</span><a href="#onmouseover" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseOver</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseOver</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2536</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseovercapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Over<wbr/>Capture</span><a href="#onmouseovercapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseOverCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseOverCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2537</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseup"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Up</span><a href="#onmouseup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseUp</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseUp</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2538</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onmouseupcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Mouse<wbr/>Up<wbr/>Capture</span><a href="#onmouseupcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onMouseUpCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onMouseUpCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2539</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpaste"><code class="tsd-tag">Optional</code><span>on<wbr/>Paste</span><a href="#onpaste" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPaste</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPaste</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2410</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpastecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Paste<wbr/>Capture</span><a href="#onpastecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPasteCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClipboardEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPasteCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2411</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpause"><code class="tsd-tag">Optional</code><span>on<wbr/>Pause</span><a href="#onpause" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPause</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPause</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2478</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpausecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pause<wbr/>Capture</span><a href="#onpausecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPauseCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPauseCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2479</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onplay"><code class="tsd-tag">Optional</code><span>on<wbr/>Play</span><a href="#onplay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPlay</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPlay</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2480</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onplaycapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Play<wbr/>Capture</span><a href="#onplaycapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPlayCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPlayCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2481</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onplaying"><code class="tsd-tag">Optional</code><span>on<wbr/>Playing</span><a href="#onplaying" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPlaying</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPlaying</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2482</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onplayingcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Playing<wbr/>Capture</span><a href="#onplayingcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPlayingCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPlayingCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2483</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointercancel"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Cancel</span><a href="#onpointercancel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerCancel</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerCancel</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2562</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointercancelcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Cancel<wbr/>Capture</span><a href="#onpointercancelcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerCancelCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerCancelCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2563</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerdown"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Down</span><a href="#onpointerdown" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerDown</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerDown</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2556</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerdowncapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Down<wbr/>Capture</span><a href="#onpointerdowncapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerDownCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerDownCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2557</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerenter"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Enter</span><a href="#onpointerenter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerEnter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerEnter</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2564</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerleave"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Leave</span><a href="#onpointerleave" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerLeave</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerLeave</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2565</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointermove"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Move</span><a href="#onpointermove" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerMove</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerMove</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2558</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointermovecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Move<wbr/>Capture</span><a href="#onpointermovecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerMoveCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerMoveCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2559</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerout"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Out</span><a href="#onpointerout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerOut</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerOut</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2568</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointeroutcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Out<wbr/>Capture</span><a href="#onpointeroutcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerOutCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerOutCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2569</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerover"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Over</span><a href="#onpointerover" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerOver</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerOver</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2566</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerovercapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Over<wbr/>Capture</span><a href="#onpointerovercapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerOverCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerOverCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2567</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerup"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Up</span><a href="#onpointerup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerUp</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerUp</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2560</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onpointerupcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Pointer<wbr/>Up<wbr/>Capture</span><a href="#onpointerupcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onPointerUpCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PointerEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onPointerUpCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2561</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onprogress"><code class="tsd-tag">Optional</code><span>on<wbr/>Progress</span><a href="#onprogress" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onProgress</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onProgress</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2484</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onprogresscapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Progress<wbr/>Capture</span><a href="#onprogresscapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onProgressCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onProgressCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2485</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onratechange"><code class="tsd-tag">Optional</code><span>on<wbr/>Rate<wbr/>Change</span><a href="#onratechange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onRateChange</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onRateChange</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2486</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onratechangecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Rate<wbr/>Change<wbr/>Capture</span><a href="#onratechangecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onRateChangeCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onRateChangeCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2487</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onreset"><code class="tsd-tag">Optional</code><span>on<wbr/>Reset</span><a href="#onreset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onReset</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onReset</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2434</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onresetcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Reset<wbr/>Capture</span><a href="#onresetcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onResetCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onResetCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2435</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onscroll"><code class="tsd-tag">Optional</code><span>on<wbr/>Scroll</span><a href="#onscroll" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onScroll</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">UIEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onScroll</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2576</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onscrollcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Scroll<wbr/>Capture</span><a href="#onscrollcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onScrollCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">UIEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onScrollCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2577</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onseeked"><code class="tsd-tag">Optional</code><span>on<wbr/>Seeked</span><a href="#onseeked" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSeeked</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSeeked</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2488</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onseekedcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Seeked<wbr/>Capture</span><a href="#onseekedcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSeekedCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSeekedCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2489</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onseeking"><code class="tsd-tag">Optional</code><span>on<wbr/>Seeking</span><a href="#onseeking" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSeeking</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSeeking</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2490</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onseekingcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Seeking<wbr/>Capture</span><a href="#onseekingcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSeekingCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSeekingCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2491</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onselect"><code class="tsd-tag">Optional</code><span>on<wbr/>Select</span><a href="#onselect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSelect</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSelect</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2542</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onselectcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Select<wbr/>Capture</span><a href="#onselectcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSelectCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSelectCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2543</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onstalled"><code class="tsd-tag">Optional</code><span>on<wbr/>Stalled</span><a href="#onstalled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onStalled</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onStalled</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2492</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onstalledcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Stalled<wbr/>Capture</span><a href="#onstalledcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onStalledCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onStalledCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2493</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onsubmit"><code class="tsd-tag">Optional</code><span>on<wbr/>Submit</span><a href="#onsubmit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSubmit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSubmit</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2436</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onsubmitcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Submit<wbr/>Capture</span><a href="#onsubmitcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSubmitCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">FormEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSubmitCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2437</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onsuspend"><code class="tsd-tag">Optional</code><span>on<wbr/>Suspend</span><a href="#onsuspend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSuspend</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSuspend</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2494</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onsuspendcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Suspend<wbr/>Capture</span><a href="#onsuspendcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onSuspendCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onSuspendCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2495</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontimeupdate"><code class="tsd-tag">Optional</code><span>on<wbr/>Time<wbr/>Update</span><a href="#ontimeupdate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTimeUpdate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTimeUpdate</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2496</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontimeupdatecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Time<wbr/>Update<wbr/>Capture</span><a href="#ontimeupdatecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTimeUpdateCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTimeUpdateCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2497</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchcancel"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>Cancel</span><a href="#ontouchcancel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchCancel</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchCancel</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2546</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchcancelcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>Cancel<wbr/>Capture</span><a href="#ontouchcancelcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchCancelCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchCancelCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2547</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchend"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>End</span><a href="#ontouchend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchEnd</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchEnd</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2548</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchendcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>End<wbr/>Capture</span><a href="#ontouchendcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchEndCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchEndCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2549</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchmove"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>Move</span><a href="#ontouchmove" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchMove</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchMove</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2550</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchmovecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>Move<wbr/>Capture</span><a href="#ontouchmovecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchMoveCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchMoveCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2551</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchstart"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>Start</span><a href="#ontouchstart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchStart</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchStart</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2552</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontouchstartcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Touch<wbr/>Start<wbr/>Capture</span><a href="#ontouchstartcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTouchStartCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TouchEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTouchStartCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2553</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontransitionend"><code class="tsd-tag">Optional</code><span>on<wbr/>Transition<wbr/>End</span><a href="#ontransitionend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTransitionEnd</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TransitionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTransitionEnd</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2592</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ontransitionendcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Transition<wbr/>End<wbr/>Capture</span><a href="#ontransitionendcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onTransitionEndCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TransitionEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onTransitionEndCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2593</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onvolumechange"><code class="tsd-tag">Optional</code><span>on<wbr/>Volume<wbr/>Change</span><a href="#onvolumechange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onVolumeChange</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onVolumeChange</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2498</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onvolumechangecapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Volume<wbr/>Change<wbr/>Capture</span><a href="#onvolumechangecapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onVolumeChangeCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onVolumeChangeCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2499</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onwaiting"><code class="tsd-tag">Optional</code><span>on<wbr/>Waiting</span><a href="#onwaiting" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onWaiting</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onWaiting</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2500</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onwaitingcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Waiting<wbr/>Capture</span><a href="#onwaitingcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onWaitingCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onWaitingCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2501</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onwheel"><code class="tsd-tag">Optional</code><span>on<wbr/>Wheel</span><a href="#onwheel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onWheel</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">WheelEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onWheel</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2580</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="onwheelcapture"><code class="tsd-tag">Optional</code><span>on<wbr/>Wheel<wbr/>Capture</span><a href="#onwheelcapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onWheelCapture</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">WheelEventHandler</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from Omit.onWheelCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2581</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="options"><code class="tsd-tag">Optional</code><span>options</span><a href="#options" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">options</span><span class="tsd-signature-symbol">?:</span> <a href="../types/components_IndicatorButton.IndicatorButtonOptionsType.html" class="tsd-signature-type tsd-kind-type-alias">IndicatorButtonOptionsType</a></div><div class="tsd-comment tsd-typography"><p>Labels for available options (see docs).</p>
|
|
617
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:31</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="outlined"><code class="tsd-tag">Optional</code><span>outlined</span><a href="#outlined" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">outlined</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Add a border class without a background initially.</p>
|
|
618
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-16">Default Value<a href="#default-value-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
619
|
-
</code><button type="button">Copy</button></pre>
|
|
620
|
-
|
|
621
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.outlined</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:121</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="part"><code class="tsd-tag">Optional</code><span>part</span><a href="#part" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">part</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-32">See<a href="#see-32" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part">https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part</a></p>
|
|
622
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.part</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2982</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="plain"><code class="tsd-tag">Optional</code><span>plain</span><a href="#plain" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">plain</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Add a plain textual class to the button without a background initially.</p>
|
|
623
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-17">Default Value<a href="#default-value-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
624
|
-
</code><button type="button">Copy</button></pre>
|
|
625
|
-
|
|
626
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.plain</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:157</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="prefix"><code class="tsd-tag">Optional</code><span>prefix</span><a href="#prefix" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">prefix</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.prefix</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2943</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="property"><code class="tsd-tag">Optional</code><span>property</span><a href="#property" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">property</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.property</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2944</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="pt"><code class="tsd-tag">Optional</code><span>pt</span><a href="#pt" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pt</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ButtonPassThroughOptions</span></div><div class="tsd-comment tsd-typography"><p>Uses to pass attributes to DOM elements inside the component.</p>
|
|
627
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.pt</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:175</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="ptoptions"><code class="tsd-tag">Optional</code><span>pt<wbr/>Options</span><a href="#ptoptions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ptOptions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">PassThroughOptions</span></div><div class="tsd-comment tsd-typography"><p>Used to configure passthrough(pt) options of the component.</p>
|
|
628
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.ptOptions</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:180</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="radiogroup"><code class="tsd-tag">Optional</code><span>radio<wbr/>Group</span><a href="#radiogroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">radioGroup</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.radioGroup</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2933</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="raised"><code class="tsd-tag">Optional</code><span>raised</span><a href="#raised" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">raised</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Add a shadow to indicate elevation.</p>
|
|
629
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-18">Default Value<a href="#default-value-18" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
630
|
-
</code><button type="button">Copy</button></pre>
|
|
631
|
-
|
|
632
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.raised</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:116</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="rel"><code class="tsd-tag">Optional</code><span>rel</span><a href="#rel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rel</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.rel</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2945</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="resource"><code class="tsd-tag">Optional</code><span>resource</span><a href="#resource" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">resource</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.resource</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2946</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="results"><code class="tsd-tag">Optional</code><span>results</span><a href="#results" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">results</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Inherited from Omit.results</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2960</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="rev"><code class="tsd-tag">Optional</code><span>rev</span><a href="#rev" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rev</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.rev</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2947</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="role"><code class="tsd-tag">Optional</code><span>role</span><a href="#role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">role</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AriaRole</span></div><aside class="tsd-sources"><p>Inherited from Omit.role</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2936</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="rounded"><code class="tsd-tag">Optional</code><span>rounded</span><a href="#rounded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rounded</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Add a circular border radius to the button.</p>
|
|
633
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-19">Default Value<a href="#default-value-19" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
634
|
-
</code><button type="button">Copy</button></pre>
|
|
635
|
-
|
|
636
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.rounded</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:111</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="security"><code class="tsd-tag">Optional</code><span>security</span><a href="#security" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">security</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.security</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2961</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="severity"><code class="tsd-tag">Optional</code><span>severity</span><a href="#severity" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">severity</span><span class="tsd-signature-symbol">?:</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"success"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"help"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"secondary"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"info"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"warning"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"danger"</span><br/> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"contrast"</span></div><div class="tsd-comment tsd-typography"><p>Defines the style of the button, valid values are "secondary", "success", "info", "warning", "danger", "help", "contrast".</p>
|
|
637
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.severity</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:130</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="size"><code class="tsd-tag">Optional</code><span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"small"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"large"</span></div><div class="tsd-comment tsd-typography"><p>Defines the size of the button, valid values are "small" and "large".</p>
|
|
638
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.size</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:134</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="slot"><code class="tsd-tag">Optional</code><span>slot</span><a href="#slot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">slot</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.slot</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2925</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="spellcheck"><code class="tsd-tag">Optional</code><span>spell<wbr/>Check</span><a href="#spellcheck" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">spellCheck</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Booleanish</span></div><aside class="tsd-sources"><p>Inherited from Omit.spellCheck</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2926</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="style"><code class="tsd-tag">Optional</code><span>style</span><a href="#style" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">style</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CSSProperties</span></div><aside class="tsd-sources"><p>Inherited from Omit.style</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2927</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="suppresscontenteditablewarning"><code class="tsd-tag">Optional</code><span>suppress<wbr/>Content<wbr/>Editable<wbr/>Warning</span><a href="#suppresscontenteditablewarning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">suppressContentEditableWarning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from Omit.suppressContentEditableWarning</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2908</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="suppresshydrationwarning"><code class="tsd-tag">Optional</code><span>suppress<wbr/>Hydration<wbr/>Warning</span><a href="#suppresshydrationwarning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">suppressHydrationWarning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from Omit.suppressHydrationWarning</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2909</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="tabindex"><code class="tsd-tag">Optional</code><span>tab<wbr/>Index</span><a href="#tabindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tabIndex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Inherited from Omit.tabIndex</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2928</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="text"><code class="tsd-tag">Optional</code><span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">text</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Add a textual class to the button without a background initially.</p>
|
|
639
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-20">Default Value<a href="#default-value-20" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
640
|
-
</code><button type="button">Copy</button></pre>
|
|
641
|
-
|
|
642
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.text</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:106</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="title"><code class="tsd-tag">Optional</code><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.title</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2929</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="tooltip"><code class="tsd-tag">Optional</code><span>tooltip</span><a href="#tooltip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tooltip</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Content of the tooltip.</p>
|
|
643
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.tooltip</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:161</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="tooltipoptions"><code class="tsd-tag">Optional</code><span>tooltip<wbr/>Options</span><a href="#tooltipoptions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tooltipOptions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">TooltipOptions</span></div><div class="tsd-comment tsd-typography"><p>Configuration of the tooltip, refer to the tooltip documentation for more information.</p>
|
|
644
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.tooltipOptions</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:165</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="topic"><code class="tsd-tag">Optional</code><span>topic</span><a href="#topic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">topic</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Topic name to monitor for state indication. If <code>value</code> is not undefined, that value is used instead.</p>
|
|
645
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:19</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="translate"><code class="tsd-tag">Optional</code><span>translate</span><a href="#translate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">translate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"yes"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"no"</span></div><aside class="tsd-sources"><p>Inherited from Omit.translate</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2930</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="type"><code class="tsd-tag">Optional</code><span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"button"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"reset"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"submit"</span></div><aside class="tsd-sources"><p>Inherited from Omit.type</p><ul><li>Defined in node_modules/@types/react/index.d.ts:3174</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="typeof"><code class="tsd-tag">Optional</code><span>typeof</span><a href="#typeof" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">typeof</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.typeof</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2948</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="unselectable"><code class="tsd-tag">Optional</code><span>unselectable</span><a href="#unselectable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">unselectable</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"off"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"on"</span></div><aside class="tsd-sources"><p>Inherited from Omit.unselectable</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2962</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="unstyled"><code class="tsd-tag">Optional</code><span>unstyled</span><a href="#unstyled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">unstyled</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>When enabled, it removes component related styles in the core.</p>
|
|
646
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-21">Default Value<a href="#default-value-21" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">false</span>
|
|
647
|
-
</code><button type="button">Copy</button></pre>
|
|
648
|
-
|
|
649
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.unstyled</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:185</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="value"><code class="tsd-tag">Optional</code><span>value</span><a href="#value" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>State to be displayed.</p>
|
|
650
|
-
</div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:22</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="visible"><code class="tsd-tag">Optional</code><span>visible</span><a href="#visible" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">visible</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>When present, it specifies that the element should be visible.</p>
|
|
651
|
-
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-defaultValue"><h4 class="tsd-anchor-link" id="default-value-22">Default Value<a href="#default-value-22" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-4">true</span>
|
|
652
|
-
</code><button type="button">Copy</button></pre>
|
|
653
|
-
|
|
654
|
-
</div></div><aside class="tsd-sources"><p>Inherited from Omit.visible</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:170</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3 class="tsd-anchor-link" id="vocab"><code class="tsd-tag">Optional</code><span>vocab</span><a href="#vocab" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">vocab</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.vocab</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2949</li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#about" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>about</span></a><a href="#accesskey" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>access<wbr/>Key</span></a><a href="#actionmode"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>action<wbr/>Mode</span></a><a href="#aria-activedescendant" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>activedescendant</span></a><a href="#aria-atomic" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>atomic</span></a><a href="#aria-autocomplete" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>autocomplete</span></a><a href="#aria-braillelabel" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>braillelabel</span></a><a href="#aria-brailleroledescription" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>brailleroledescription</span></a><a href="#aria-busy" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>busy</span></a><a href="#aria-checked" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>checked</span></a><a href="#aria-colcount" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colcount</span></a><a href="#aria-colindex" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colindex</span></a><a href="#aria-colindextext" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colindextext</span></a><a href="#aria-colspan" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colspan</span></a><a href="#aria-controls" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>controls</span></a><a href="#aria-current" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>current</span></a><a href="#aria-describedby" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>describedby</span></a><a href="#aria-description" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>description</span></a><a href="#aria-details" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>details</span></a><a href="#aria-disabled" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>disabled</span></a><a href="#aria-dropeffect" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>dropeffect</span></a><a href="#aria-errormessage" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>errormessage</span></a><a href="#aria-expanded" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>expanded</span></a><a href="#aria-flowto" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>flowto</span></a><a href="#aria-grabbed" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>grabbed</span></a><a href="#aria-haspopup" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>haspopup</span></a><a href="#aria-hidden" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>hidden</span></a><a href="#aria-invalid" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>invalid</span></a><a href="#aria-keyshortcuts" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>keyshortcuts</span></a><a href="#aria-label" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>label</span></a><a href="#aria-labelledby" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>labelledby</span></a><a href="#aria-level" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>level</span></a><a href="#aria-live" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>live</span></a><a href="#aria-modal" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>modal</span></a><a href="#aria-multiline" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>multiline</span></a><a href="#aria-multiselectable" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>multiselectable</span></a><a href="#aria-orientation" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>orientation</span></a><a href="#aria-owns" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>owns</span></a><a href="#aria-placeholder" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>placeholder</span></a><a href="#aria-posinset" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>posinset</span></a><a href="#aria-pressed" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>pressed</span></a><a href="#aria-readonly" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>readonly</span></a><a href="#aria-relevant" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>relevant</span></a><a href="#aria-required" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>required</span></a><a href="#aria-roledescription" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>roledescription</span></a><a href="#aria-rowcount" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowcount</span></a><a href="#aria-rowindex" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowindex</span></a><a href="#aria-rowindextext" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowindextext</span></a><a href="#aria-rowspan" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowspan</span></a><a href="#aria-selected" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>selected</span></a><a href="#aria-setsize" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>setsize</span></a><a href="#aria-sort" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>sort</span></a><a href="#aria-valuemax" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuemax</span></a><a href="#aria-valuemin" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuemin</span></a><a href="#aria-valuenow" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuenow</span></a><a href="#aria-valuetext" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuetext</span></a><a href="#autocapitalize" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Capitalize</span></a><a href="#autocorrect" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Correct</span></a><a href="#autofocus" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Focus</span></a><a href="#autosave" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Save</span></a><a href="#badge" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>badge</span></a><a href="#badgeclassname" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>badge<wbr/>Class<wbr/>Name</span></a><a href="#children" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>children</span></a><a href="#classname" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>class<wbr/>Name</span></a><a href="#color" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color</span></a><a href="#command"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command</span></a><a href="#commandargs"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Args</span></a><a href="#commandtopic"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Topic</span></a><a href="#content" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>content</span></a><a href="#contenteditable" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>content<wbr/>Editable</span></a><a href="#contextmenu" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>context<wbr/>Menu</span></a><a href="#dangerouslysetinnerhtml" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dangerously<wbr/>Set<wbr/>Inner<wbr/>HTML</span></a><a href="#data-pr-at" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>at</span></a><a href="#data-pr-autohide" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>autohide</span></a><a href="#data-pr-classname" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>classname</span></a><a href="#data-pr-disabled" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>disabled</span></a><a href="#data-pr-event" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>event</span></a><a href="#data-pr-hidedelay" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>hidedelay</span></a><a href="#data-pr-hideevent" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>hideevent</span></a><a href="#data-pr-mousetrack" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetrack</span></a><a href="#data-pr-mousetrackleft" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetrackleft</span></a><a href="#data-pr-mousetracktop" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetracktop</span></a><a href="#data-pr-my" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>my</span></a><a href="#data-pr-position" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>position</span></a><a href="#data-pr-showdelay" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showdelay</span></a><a href="#data-pr-showevent" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showevent</span></a><a href="#data-pr-showondisabled" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showondisabled</span></a><a href="#data-pr-tooltip" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>tooltip</span></a><a href="#data-pr-updatedelay" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>updatedelay</span></a><a href="#datatype" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datatype</span></a><a href="#defaultchecked" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Checked</span></a><a href="#defaultvalue" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Value</span></a><a href="#dir" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dir</span></a><a href="#disabled"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disabled</span></a><a href="#draggable" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>draggable</span></a><a href="#enterkeyhint" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enter<wbr/>Key<wbr/>Hint</span></a><a href="#exportparts" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exportparts</span></a><a href="#form" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form</span></a><a href="#formaction" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Action</span></a><a href="#formenctype" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Enc<wbr/>Type</span></a><a href="#formmethod" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Method</span></a><a href="#formnovalidate" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>No<wbr/>Validate</span></a><a href="#formtarget" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Target</span></a><a href="#hidden"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hidden</span></a><a href="#icon"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon</span></a><a href="#iconpos" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Pos</span></a><a href="#id" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a><a href="#inlist" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>inlist</span></a><a href="#inputmode" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input<wbr/>Mode</span></a><a href="#invert"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>invert</span></a><a href="#is" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is</span></a><a href="#itemid" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>ID</span></a><a href="#itemprop" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Prop</span></a><a href="#itemref" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Ref</span></a><a href="#itemscope" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Scope</span></a><a href="#itemtype" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type</span></a><a href="#key" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>key</span></a><a href="#label" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label</span></a><a href="#lang" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lang</span></a><a href="#link" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link</span></a><a href="#loading" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>loading</span></a><a href="#loadingicon" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>loading<wbr/>Icon</span></a><a href="#name" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name</span></a><a href="#nonce" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nonce</span></a><a href="#offcolor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Color</span></a><a href="#officon"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Icon</span></a><a href="#onabort" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Abort</span></a><a href="#onabortcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Abort<wbr/>Capture</span></a><a href="#onanimationend" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>End</span></a><a href="#onanimationendcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>End<wbr/>Capture</span></a><a href="#onanimationiteration" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Iteration</span></a><a href="#onanimationiterationcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Iteration<wbr/>Capture</span></a><a href="#onanimationstart" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Start</span></a><a href="#onanimationstartcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Start<wbr/>Capture</span></a><a href="#onauxclick" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Aux<wbr/>Click</span></a><a href="#onauxclickcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Aux<wbr/>Click<wbr/>Capture</span></a><a href="#onbeforeinput" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Before<wbr/>Input</span></a><a href="#onbeforeinputcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Before<wbr/>Input<wbr/>Capture</span></a><a href="#onblur" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Blur</span></a><a href="#onblurcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Blur<wbr/>Capture</span></a><a href="#oncanplay" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play</span></a><a href="#oncanplaycapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Capture</span></a><a href="#oncanplaythrough" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Through</span></a><a href="#oncanplaythroughcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Through<wbr/>Capture</span></a><a href="#onchange" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Change</span></a><a href="#onchangecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Change<wbr/>Capture</span></a><a href="#onclick" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click</span></a><a href="#onclickcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click<wbr/>Capture</span></a><a href="#oncolor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Color</span></a><a href="#oncompositionend" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>End</span></a><a href="#oncompositionendcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>End<wbr/>Capture</span></a><a href="#oncompositionstart" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Start</span></a><a href="#oncompositionstartcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Start<wbr/>Capture</span></a><a href="#oncompositionupdate" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Update</span></a><a href="#oncompositionupdatecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Update<wbr/>Capture</span></a><a href="#oncontextmenu" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Context<wbr/>Menu</span></a><a href="#oncontextmenucapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Context<wbr/>Menu<wbr/>Capture</span></a><a href="#oncopy" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Copy</span></a><a href="#oncopycapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Copy<wbr/>Capture</span></a><a href="#oncut" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Cut</span></a><a href="#oncutcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Cut<wbr/>Capture</span></a><a href="#ondoubleclick" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Double<wbr/>Click</span></a><a href="#ondoubleclickcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Double<wbr/>Click<wbr/>Capture</span></a><a href="#ondrag" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag</span></a><a href="#ondragcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Capture</span></a><a href="#ondragend" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>End</span></a><a href="#ondragendcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>End<wbr/>Capture</span></a><a href="#ondragenter" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Enter</span></a><a href="#ondragentercapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Enter<wbr/>Capture</span></a><a href="#ondragexit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Exit</span></a><a href="#ondragexitcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Exit<wbr/>Capture</span></a><a href="#ondragleave" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Leave</span></a><a href="#ondragleavecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Leave<wbr/>Capture</span></a><a href="#ondragover" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Over</span></a><a href="#ondragovercapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Over<wbr/>Capture</span></a><a href="#ondragstart" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Start</span></a><a href="#ondragstartcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Start<wbr/>Capture</span></a><a href="#ondrop" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drop</span></a><a href="#ondropcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drop<wbr/>Capture</span></a><a href="#ondurationchange" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Duration<wbr/>Change</span></a><a href="#ondurationchangecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Duration<wbr/>Change<wbr/>Capture</span></a><a href="#onemptied" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Emptied</span></a><a href="#onemptiedcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Emptied<wbr/>Capture</span></a><a href="#onencrypted" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Encrypted</span></a><a href="#onencryptedcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Encrypted<wbr/>Capture</span></a><a href="#onended" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Ended</span></a><a href="#onendedcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Ended<wbr/>Capture</span></a><a href="#onerror" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Error</span></a><a href="#onerrorcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Error<wbr/>Capture</span></a><a href="#onfocus" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Focus</span></a><a href="#onfocuscapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Focus<wbr/>Capture</span></a><a href="#ongotpointercapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture</span></a><a href="#ongotpointercapturecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture<wbr/>Capture</span></a><a href="#onicon"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Icon</span></a><a href="#oninput" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Input</span></a><a href="#oninputcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Input<wbr/>Capture</span></a><a href="#oninvalid" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Invalid</span></a><a href="#oninvalidcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Invalid<wbr/>Capture</span></a><a href="#onkeydown" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Down</span></a><a href="#onkeydowncapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Down<wbr/>Capture</span></a><a href="#onkeypress" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Press</span></a><a href="#onkeypresscapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Press<wbr/>Capture</span></a><a href="#onkeyup" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Up</span></a><a href="#onkeyupcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Up<wbr/>Capture</span></a><a href="#onload" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load</span></a><a href="#onloadcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Capture</span></a><a href="#onloadeddata" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Data</span></a><a href="#onloadeddatacapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Data<wbr/>Capture</span></a><a href="#onloadedmetadata" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata</span></a><a href="#onloadedmetadatacapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata<wbr/>Capture</span></a><a href="#onloadstart" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start</span></a><a href="#onloadstartcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start<wbr/>Capture</span></a><a href="#onlostpointercapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture</span></a><a href="#onlostpointercapturecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture<wbr/>Capture</span></a><a href="#onmousedown" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Down</span></a><a href="#onmousedowncapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Down<wbr/>Capture</span></a><a href="#onmouseenter" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Enter</span></a><a href="#onmouseleave" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Leave</span></a><a href="#onmousemove" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Move</span></a><a href="#onmousemovecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Move<wbr/>Capture</span></a><a href="#onmouseout" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Out</span></a><a href="#onmouseoutcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Out<wbr/>Capture</span></a><a href="#onmouseover" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Over</span></a><a href="#onmouseovercapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Over<wbr/>Capture</span></a><a href="#onmouseup" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Up</span></a><a href="#onmouseupcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Up<wbr/>Capture</span></a><a href="#onpaste" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Paste</span></a><a href="#onpastecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Paste<wbr/>Capture</span></a><a href="#onpause" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pause</span></a><a href="#onpausecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pause<wbr/>Capture</span></a><a href="#onplay" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Play</span></a><a href="#onplaycapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Play<wbr/>Capture</span></a><a href="#onplaying" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Playing</span></a><a href="#onplayingcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Playing<wbr/>Capture</span></a><a href="#onpointercancel" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Cancel</span></a><a href="#onpointercancelcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Cancel<wbr/>Capture</span></a><a href="#onpointerdown" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Down</span></a><a href="#onpointerdowncapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Down<wbr/>Capture</span></a><a href="#onpointerenter" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Enter</span></a><a href="#onpointerleave" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Leave</span></a><a href="#onpointermove" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Move</span></a><a href="#onpointermovecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Move<wbr/>Capture</span></a><a href="#onpointerout" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Out</span></a><a href="#onpointeroutcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Out<wbr/>Capture</span></a><a href="#onpointerover" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Over</span></a><a href="#onpointerovercapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Over<wbr/>Capture</span></a><a href="#onpointerup" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Up</span></a><a href="#onpointerupcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Up<wbr/>Capture</span></a><a href="#onprogress" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Progress</span></a><a href="#onprogresscapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Progress<wbr/>Capture</span></a><a href="#onratechange" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Rate<wbr/>Change</span></a><a href="#onratechangecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Rate<wbr/>Change<wbr/>Capture</span></a><a href="#onreset" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset</span></a><a href="#onresetcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset<wbr/>Capture</span></a><a href="#onscroll" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Scroll</span></a><a href="#onscrollcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Scroll<wbr/>Capture</span></a><a href="#onseeked" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeked</span></a><a href="#onseekedcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeked<wbr/>Capture</span></a><a href="#onseeking" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeking</span></a><a href="#onseekingcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeking<wbr/>Capture</span></a><a href="#onselect" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Select</span></a><a href="#onselectcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Select<wbr/>Capture</span></a><a href="#onstalled" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Stalled</span></a><a href="#onstalledcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Stalled<wbr/>Capture</span></a><a href="#onsubmit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Submit</span></a><a href="#onsubmitcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Submit<wbr/>Capture</span></a><a href="#onsuspend" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Suspend</span></a><a href="#onsuspendcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Suspend<wbr/>Capture</span></a><a href="#ontimeupdate" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Time<wbr/>Update</span></a><a href="#ontimeupdatecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Time<wbr/>Update<wbr/>Capture</span></a><a href="#ontouchcancel" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Cancel</span></a><a href="#ontouchcancelcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Cancel<wbr/>Capture</span></a><a href="#ontouchend" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>End</span></a><a href="#ontouchendcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>End<wbr/>Capture</span></a><a href="#ontouchmove" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Move</span></a><a href="#ontouchmovecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Move<wbr/>Capture</span></a><a href="#ontouchstart" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Start</span></a><a href="#ontouchstartcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Start<wbr/>Capture</span></a><a href="#ontransitionend" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Transition<wbr/>End</span></a><a href="#ontransitionendcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Transition<wbr/>End<wbr/>Capture</span></a><a href="#onvolumechange" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Volume<wbr/>Change</span></a><a href="#onvolumechangecapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Volume<wbr/>Change<wbr/>Capture</span></a><a href="#onwaiting" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Waiting</span></a><a href="#onwaitingcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Waiting<wbr/>Capture</span></a><a href="#onwheel" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel</span></a><a href="#onwheelcapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel<wbr/>Capture</span></a><a href="#options"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>options</span></a><a href="#outlined" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>outlined</span></a><a href="#part" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>part</span></a><a href="#plain" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>plain</span></a><a href="#prefix" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>prefix</span></a><a href="#property" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>property</span></a><a href="#pt" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pt</span></a><a href="#ptoptions" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pt<wbr/>Options</span></a><a href="#radiogroup" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>radio<wbr/>Group</span></a><a href="#raised" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>raised</span></a><a href="#rel" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rel</span></a><a href="#resource" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>resource</span></a><a href="#results" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>results</span></a><a href="#rev" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rev</span></a><a href="#role" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>role</span></a><a href="#rounded" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rounded</span></a><a href="#security" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>security</span></a><a href="#severity" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>severity</span></a><a href="#size" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size</span></a><a href="#slot" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot</span></a><a href="#spellcheck" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>spell<wbr/>Check</span></a><a href="#style" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style</span></a><a href="#suppresscontenteditablewarning" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>suppress<wbr/>Content<wbr/>Editable<wbr/>Warning</span></a><a href="#suppresshydrationwarning" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>suppress<wbr/>Hydration<wbr/>Warning</span></a><a href="#tabindex" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tab<wbr/>Index</span></a><a href="#text" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text</span></a><a href="#title" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a><a href="#tooltip" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip</span></a><a href="#tooltipoptions" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip<wbr/>Options</span></a><a href="#topic"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>topic</span></a><a href="#translate" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>translate</span></a><a href="#type" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type</span></a><a href="#typeof" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>typeof</span></a><a href="#unselectable" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unselectable</span></a><a href="#unstyled" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unstyled</span></a><a href="#value"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>value</span></a><a href="#visible" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visible</span></a><a href="#vocab" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vocab</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">autocore-react - v3.1.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|