@adcops/autocore-react 3.0.14 → 3.0.16
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/dist/components/FileList.d.ts +38 -0
- package/dist/components/FileList.js +1 -0
- package/dist/hub/HubWebSocket.d.ts +10 -0
- package/dist/hub/HubWebSocket.js +1 -1
- package/dist/hub/index.js +1 -1
- package/docs/classes/components_BlocklyEditor.BlocklyEditor.html +2 -2
- package/docs/classes/components_CodeEditor.CodeEditor.html +2 -2
- package/docs/classes/components_JogPanel.JogPanel.html +2 -2
- package/docs/classes/components_Lamp.Lamp.html +2 -2
- package/docs/classes/components_TextInput.TextInput.html +115 -0
- package/docs/classes/components_ValueIndicator.ValueIndicator.html +119 -0
- package/docs/classes/components_ValueInput.ValueInput.html +12 -14
- package/docs/classes/hub_HubWebSocket.HubWebSocket.html +106 -0
- package/docs/enums/components_JogPanel.JogDistanceAction.html +2 -2
- package/docs/enums/components_JogPanel.JogPanelAction.html +2 -2
- package/docs/enums/components_JogPanel.JogSpeedAction.html +2 -2
- package/docs/enums/core_ActionMode.ActionMode.html +2 -2
- package/docs/enums/core_IndicatorColor.IndicatorColor.html +2 -2
- package/docs/functions/assets_BlocklyLogo.default.html +1 -1
- package/docs/functions/assets_Distance.default.html +1 -1
- package/docs/functions/assets_JogLong.default.html +1 -1
- package/docs/functions/assets_JogMedium.default.html +1 -1
- package/docs/functions/assets_JogShort.default.html +1 -1
- package/docs/functions/assets_PythonLogo.default.html +1 -1
- package/docs/functions/assets_Rotation3D.default.html +1 -1
- package/docs/functions/assets_RotationCcw.default.html +1 -1
- package/docs/functions/assets_RotationCcwA.default.html +1 -1
- package/docs/functions/assets_RotationCcwB.default.html +1 -1
- package/docs/functions/assets_RotationCcwC.default.html +1 -1
- package/docs/functions/assets_RotationCw.default.html +1 -1
- package/docs/functions/assets_RotationCwA.default.html +1 -1
- package/docs/functions/assets_RotationCwB.default.html +1 -1
- package/docs/functions/assets_RotationCwC.default.html +1 -1
- package/docs/functions/assets_Run.default.html +1 -1
- package/docs/functions/assets_Speed.default.html +1 -1
- package/docs/functions/assets_SpeedFast.default.html +1 -1
- package/docs/functions/assets_SpeedMedium.default.html +1 -1
- package/docs/functions/assets_SpeedNone.default.html +1 -1
- package/docs/functions/assets_SpeedSlow.default.html +1 -1
- package/docs/functions/assets_Walk.default.html +1 -1
- package/docs/functions/components_BlocklyEditor.createCustomToolbox.html +2 -2
- package/docs/functions/components_FileList.FileList.html +21 -0
- package/docs/functions/components_FitText.FitText.html +8 -0
- package/docs/functions/components_ToggleGroup.ToggleGroup.html +5 -0
- package/docs/interfaces/components_JogPanel.JogPanelButtonDefinition.html +2 -2
- package/docs/interfaces/components_ToggleGroup.ToggleGroupProps.html +12 -30
- package/docs/interfaces/core_IndicatorButtonState.IndicatorButtonState.html +2 -2
- package/docs/interfaces/hub_CommandMessage.CommandMessage.html +6 -0
- package/docs/interfaces/hub_CommandMessage.CommandMessageResult.html +4 -0
- package/docs/modules/assets.html +2 -2
- package/docs/modules/assets_BlocklyLogo.html +2 -2
- package/docs/modules/assets_Distance.html +2 -2
- package/docs/modules/assets_JogLong.html +2 -2
- package/docs/modules/assets_JogMedium.html +2 -2
- package/docs/modules/assets_JogShort.html +2 -2
- package/docs/modules/assets_PythonLogo.html +2 -2
- package/docs/modules/assets_Rotation3D.html +2 -2
- package/docs/modules/assets_RotationCcw.html +2 -2
- package/docs/modules/assets_RotationCcwA.html +2 -2
- package/docs/modules/assets_RotationCcwB.html +2 -2
- package/docs/modules/assets_RotationCcwC.html +2 -2
- package/docs/modules/assets_RotationCw.html +2 -2
- package/docs/modules/assets_RotationCwA.html +2 -2
- package/docs/modules/assets_RotationCwB.html +2 -2
- package/docs/modules/assets_RotationCwC.html +2 -2
- package/docs/modules/assets_Run.html +2 -2
- package/docs/modules/assets_Speed.html +2 -2
- package/docs/modules/assets_SpeedFast.html +2 -2
- package/docs/modules/assets_SpeedMedium.html +2 -2
- package/docs/modules/assets_SpeedNone.html +2 -2
- package/docs/modules/assets_SpeedSlow.html +2 -2
- package/docs/modules/assets_Walk.html +2 -2
- package/docs/modules/components_BlocklyEditor.html +2 -2
- package/docs/modules/components_CodeEditor.html +2 -2
- package/docs/modules/{hub_HubSimulate.html → components_FileList.html} +3 -3
- package/docs/modules/components_FitText.html +3 -0
- package/docs/modules/components_JogPanel.html +2 -2
- package/docs/modules/components_Lamp.html +2 -2
- package/docs/modules/{hub_HubTauri.html → components_TextInput.html} +2 -2
- package/docs/modules/components_ToggleGroup.html +4 -3
- package/docs/modules/components_ValueIndicator.html +4 -0
- package/docs/modules/components_ValueInput.html +2 -2
- package/docs/modules/core_ActionMode.html +2 -2
- package/docs/modules/core_IndicatorButtonState.html +2 -2
- package/docs/modules/core_IndicatorColor.html +2 -2
- package/docs/modules/{core_NumerableTypes.html → hub_CommandMessage.html} +3 -2
- package/docs/modules/{core_MaskPatterns.html → hub_HubWebSocket.html} +2 -3
- package/docs/types/components_IndicatorButton.IndicatorButtonOptionsType.html +1 -1
- package/docs/variables/components_BlocklyEditor.StandardToolbox.html +1 -1
- package/docs/variables/components_JogPanel.DefaultLinearJogButtons.html +2 -2
- package/docs/variables/components_JogPanel.DefaultRotationJogButtons.html +2 -2
- package/package.json +1 -1
- package/src/components/FileList.tsx +245 -0
- package/src/hub/HubWebSocket.ts +147 -7
- package/src/hub/index.ts +12 -12
- package/docs/.nojekyll +0 -1
- package/docs/assets/highlight.css +0 -113
- package/docs/assets/icons.js +0 -15
- package/docs/assets/icons.svg +0 -1
- package/docs/assets/main.js +0 -59
- package/docs/assets/navigation.js +0 -1
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1414
- package/docs/classes/components_Indicator.Indicator.html +0 -105
- package/docs/classes/components_IndicatorButton.IndicatorButton.html +0 -119
- package/docs/classes/components_OskDialog.OskDialog.html +0 -117
- package/docs/classes/components_ToggleGroup.ToggleGroup.html +0 -118
- package/docs/classes/components_ValueDisplay.ValueDisplay.html +0 -121
- package/docs/classes/core_ValueSimulator.ValueSimulator.html +0 -51
- package/docs/classes/hub_HubBase.HubBase.html +0 -96
- package/docs/classes/hub_HubSimulate.HubSimulate.html +0 -68
- package/docs/classes/hub_HubSocketIo.HubSocketIo.html +0 -92
- package/docs/classes/hub_HubTauri.HubTauri.html +0 -83
- package/docs/functions/components_Osk.Osk.html +0 -5
- package/docs/functions/core_EventEmitterContext.EventEmitterProvider.html +0 -8
- package/docs/functions/core_UniqueId.UniqueId.html +0 -9
- package/docs/functions/core_hoc.hocAddSubscription.html +0 -6
- package/docs/functions/hub.createHub.html +0 -3
- package/docs/hierarchy.html +0 -1
- package/docs/index.html +0 -94
- package/docs/interfaces/components_IndicatorButton.IndicatorButtonProps.html +0 -665
- package/docs/interfaces/core_EventEmitterContext.Action.html +0 -8
- package/docs/interfaces/core_EventEmitterContext.EventEmitterContextType.html +0 -30
- package/docs/interfaces/core_EventEmitterContext.State.html +0 -8
- package/docs/interfaces/core_EventEmitterContext.Subscription.html +0 -6
- package/docs/interfaces/core_PositionContext.IPositionContext.html +0 -17
- package/docs/modules/components_Indicator.html +0 -4
- package/docs/modules/components_IndicatorButton.html +0 -7
- package/docs/modules/components_Osk.html +0 -3
- package/docs/modules/components_OskDialog.html +0 -3
- package/docs/modules/components_ValueDisplay.html +0 -3
- package/docs/modules/core_EventEmitterContext.html +0 -11
- package/docs/modules/core_PositionContext.html +0 -4
- package/docs/modules/core_UniqueId.html +0 -2
- package/docs/modules/core_ValueSimulator.html +0 -3
- package/docs/modules/core_hoc.html +0 -3
- package/docs/modules/hub.html +0 -6
- package/docs/modules/hub_HubBase.html +0 -3
- package/docs/modules/hub_HubSocketIo.html +0 -3
- 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 -4
- package/docs/variables/core_EventEmitterContext.EventEmitterContext.html +0 -58
- 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
|
@@ -1,665 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IndicatorButtonProps | autocore-react - v3.0.3</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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">autocore-react - v3.0.3</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">autocore-react</a></li><li><a href="../modules/components_IndicatorButton.html">components/IndicatorButton</a></li><li><a href="components_IndicatorButton.IndicatorButtonProps.html">IndicatorButtonProps</a></li></ul><h1>Interface IndicatorButtonProps</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Common properties for an indicating button, toggle or similar component.
|
|
2
|
-
These types of components both indicate a state and execute commands/signals.
|
|
3
|
-
This type of component is very common in industrial HMIs.</p>
|
|
4
|
-
<p>These properties support displaying values of boolean, number and string states.</p>
|
|
5
|
-
<p>Available boolean states: <strong>on</strong>, <strong>off</strong> and <strong>not available</strong>:</p>
|
|
6
|
-
<ul>
|
|
7
|
-
<li><code>true</code> is treated as <strong>on</strong></li>
|
|
8
|
-
<li><code>false</code> is treated as <strong>off</strong></li>
|
|
9
|
-
<li><code>undefined</code> is treated as <strong>not available</strong></li>
|
|
10
|
-
</ul>
|
|
11
|
-
<p>Numeric values can be used. When there is only 2 or less possible states,
|
|
12
|
-
0 will be considered false (OFF), anything else will be considered true (ON).
|
|
13
|
-
Undefined will be treated as "not available.""</p>
|
|
14
|
-
<p>When the indicator contains more than 2 states, then the number will be matched
|
|
15
|
-
to the available state, in order. More than two states requires usage of the
|
|
16
|
-
options field, and declaring more than two states there.</p>
|
|
17
|
-
<p>If a string state is used, it will be matched exactly to the matching
|
|
18
|
-
label in the <code>options</code> field.</p>
|
|
19
|
-
<p>For more information on the AutoCore Button API Specification, see
|
|
20
|
-
<a href="../additional-docs/ButtonApiSpecs.md">Additional Documentation</a>.</p>
|
|
21
|
-
</div><div class="tsd-comment tsd-typography"></div></section><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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#about">about</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#accessKey">accessKey</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#aria_current">aria-current</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">"page"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"step"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"location"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"date"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"time"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#aria_dropeffect">aria-dropeffect</a><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">"execute"</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">"popup"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#aria_haspopup">aria-haspopup</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">"grid"</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">"dialog"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"listbox"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"menu"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"tree"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#aria_invalid">aria-invalid</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">"grammar"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"spelling"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#aria_relevant">aria-relevant</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"additions"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"additions removals"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"additions text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"all"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"removals"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"removals additions"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"removals text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text additions"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text removals"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#aria_sort">aria-sort</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">"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><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#autoCapitalize">autoCapitalize</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#autoCorrect">autoCorrect</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#autoFocus">autoFocus</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#autoSave">autoSave</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#badge">badge</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#badgeClassName">badgeClassName</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#children">children</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ReactNode</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#className">className</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#color">color</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#command">command</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#commandArgs">commandArgs</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#commandTopic">commandTopic</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#content">content</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#contentEditable">contentEditable</a><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><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#contextMenu">contextMenu</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#dangerouslySetInnerHTML">dangerouslySetInnerHTML</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </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><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#datatype">datatype</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#defaultChecked">defaultChecked</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#dir">dir</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#disableTopic">disableTopic</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#disabled">disabled</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#draggable">draggable</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#form">form</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#formAction">formAction</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#formEncType">formEncType</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#formMethod">formMethod</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#formNoValidate">formNoValidate</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#formTarget">formTarget</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#hidden">hidden</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#icon">icon</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#iconPos">iconPos</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><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#id">id</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#inlist">inlist</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#inputMode">inputMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"search"</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">"text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"tel"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"url"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"email"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"numeric"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"decimal"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#invert">invert</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#invisibleTopic">invisibleTopic</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#is">is</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#itemID">itemID</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#itemProp">itemProp</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#itemRef">itemRef</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#itemScope">itemScope</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#itemType">itemType</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#key">key</a><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><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#label">label</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#lang">lang</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#link">link</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#loading">loading</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#name">name</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#nonce">nonce</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#offIcon">offIcon</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#onBeforeInput">onBeforeInput</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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#onIcon">onIcon</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#onPointerEnterCapture">onPointerEnterCapture</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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#onPointerLeaveCapture">onPointerLeaveCapture</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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#onResize">onResize</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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#onResizeCapture">onResizeCapture</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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#outlined">outlined</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#plain">plain</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#prefix">prefix</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#property">property</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#pt">pt</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ButtonPassThroughOptions</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#ptOptions">ptOptions</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">PassThroughOptions</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#radioGroup">radioGroup</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#raised">raised</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#rel">rel</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#resource">resource</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#results">results</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#rev">rev</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#role">role</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">AriaRole</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#rounded">rounded</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#security">security</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#severity">severity</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"secondary"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"success"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"info"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"warning"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"danger"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"help"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#size">size</a><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><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#slot">slot</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#spellCheck">spellCheck</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Booleanish</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#style">style</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">CSSProperties</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#suppressContentEditableWarning">suppressContentEditableWarning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#suppressHydrationWarning">suppressHydrationWarning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#tabIndex">tabIndex</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#text">text</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#title">title</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#tooltip">tooltip</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#tooltipOptions">tooltipOptions</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">TooltipOptions</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#topic">topic</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#type">type</a><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><span class="tsd-signature-type">"button"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#typeof">typeof</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#unselectable">unselectable</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"on"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"off"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#unstyled">unstyled</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#visible">visible</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="components_IndicatorButton.IndicatorButtonProps.html#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"><h4>Hierarchy</h4><ul class="tsd-hierarchy"><li><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><span class="target">IndicatorButtonProps</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:53</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> 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="components_IndicatorButton.IndicatorButtonProps.html#about" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>about?</span></a>
|
|
22
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#accessKey" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>access<wbr/>Key?</span></a>
|
|
23
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#actionMode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>action<wbr/>Mode?</span></a>
|
|
24
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_activedescendant" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>activedescendant?</span></a>
|
|
25
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_atomic" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>atomic?</span></a>
|
|
26
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_autocomplete" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>autocomplete?</span></a>
|
|
27
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_braillelabel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>braillelabel?</span></a>
|
|
28
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_brailleroledescription" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>brailleroledescription?</span></a>
|
|
29
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_busy" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>busy?</span></a>
|
|
30
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_checked" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>checked?</span></a>
|
|
31
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_colcount" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colcount?</span></a>
|
|
32
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_colindex" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colindex?</span></a>
|
|
33
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_colindextext" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colindextext?</span></a>
|
|
34
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_colspan" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>colspan?</span></a>
|
|
35
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_controls" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>controls?</span></a>
|
|
36
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_current" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>current?</span></a>
|
|
37
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_describedby" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>describedby?</span></a>
|
|
38
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_description" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>description?</span></a>
|
|
39
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_details" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>details?</span></a>
|
|
40
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_disabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>disabled?</span></a>
|
|
41
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_dropeffect" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>dropeffect?</span></a>
|
|
42
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_errormessage" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>errormessage?</span></a>
|
|
43
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_expanded" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>expanded?</span></a>
|
|
44
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_flowto" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>flowto?</span></a>
|
|
45
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_grabbed" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>grabbed?</span></a>
|
|
46
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_haspopup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>haspopup?</span></a>
|
|
47
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_hidden" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>hidden?</span></a>
|
|
48
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_invalid" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>invalid?</span></a>
|
|
49
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_keyshortcuts" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>keyshortcuts?</span></a>
|
|
50
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_label" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>label?</span></a>
|
|
51
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_labelledby" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>labelledby?</span></a>
|
|
52
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_level" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>level?</span></a>
|
|
53
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_live" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>live?</span></a>
|
|
54
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_modal" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>modal?</span></a>
|
|
55
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_multiline" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>multiline?</span></a>
|
|
56
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_multiselectable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>multiselectable?</span></a>
|
|
57
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_orientation" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>orientation?</span></a>
|
|
58
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_owns" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>owns?</span></a>
|
|
59
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_placeholder" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>placeholder?</span></a>
|
|
60
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_posinset" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>posinset?</span></a>
|
|
61
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_pressed" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>pressed?</span></a>
|
|
62
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_readonly" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>readonly?</span></a>
|
|
63
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_relevant" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>relevant?</span></a>
|
|
64
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_required" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>required?</span></a>
|
|
65
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_roledescription" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>roledescription?</span></a>
|
|
66
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_rowcount" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowcount?</span></a>
|
|
67
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_rowindex" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowindex?</span></a>
|
|
68
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_rowindextext" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowindextext?</span></a>
|
|
69
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_rowspan" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>rowspan?</span></a>
|
|
70
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_selected" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>selected?</span></a>
|
|
71
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_setsize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>setsize?</span></a>
|
|
72
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_sort" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>sort?</span></a>
|
|
73
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_valuemax" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuemax?</span></a>
|
|
74
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_valuemin" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuemin?</span></a>
|
|
75
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_valuenow" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuenow?</span></a>
|
|
76
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#aria_valuetext" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aria-<wbr/>valuetext?</span></a>
|
|
77
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#autoCapitalize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Capitalize?</span></a>
|
|
78
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#autoCorrect" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Correct?</span></a>
|
|
79
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#autoFocus" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Focus?</span></a>
|
|
80
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#autoSave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Save?</span></a>
|
|
81
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#badge" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>badge?</span></a>
|
|
82
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#badgeClassName" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>badge<wbr/>Class<wbr/>Name?</span></a>
|
|
83
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#children" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>children?</span></a>
|
|
84
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#className" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>class<wbr/>Name?</span></a>
|
|
85
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#color" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color?</span></a>
|
|
86
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#command" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command?</span></a>
|
|
87
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#commandArgs" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Args?</span></a>
|
|
88
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#commandTopic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Topic?</span></a>
|
|
89
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#content" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>content?</span></a>
|
|
90
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#contentEditable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>content<wbr/>Editable?</span></a>
|
|
91
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#contextMenu" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>context<wbr/>Menu?</span></a>
|
|
92
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#dangerouslySetInnerHTML" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dangerously<wbr/>Set<wbr/>InnerHTML?</span></a>
|
|
93
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_at" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>at?</span></a>
|
|
94
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_autohide" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>autohide?</span></a>
|
|
95
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_classname" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>classname?</span></a>
|
|
96
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_disabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>disabled?</span></a>
|
|
97
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_event" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>event?</span></a>
|
|
98
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_hidedelay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>hidedelay?</span></a>
|
|
99
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_hideevent" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>hideevent?</span></a>
|
|
100
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_mousetrack" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetrack?</span></a>
|
|
101
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_mousetrackleft" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetrackleft?</span></a>
|
|
102
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_mousetracktop" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>mousetracktop?</span></a>
|
|
103
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_my" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>my?</span></a>
|
|
104
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_position" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>position?</span></a>
|
|
105
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_showdelay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showdelay?</span></a>
|
|
106
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_showevent" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showevent?</span></a>
|
|
107
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_showondisabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>showondisabled?</span></a>
|
|
108
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_tooltip" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>tooltip?</span></a>
|
|
109
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#data_pr_updatedelay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data-<wbr/>pr-<wbr/>updatedelay?</span></a>
|
|
110
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#datatype" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datatype?</span></a>
|
|
111
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#defaultChecked" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Checked?</span></a>
|
|
112
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#defaultValue" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Value?</span></a>
|
|
113
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#dir" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dir?</span></a>
|
|
114
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#disableTopic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Topic?</span></a>
|
|
115
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#disabled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disabled?</span></a>
|
|
116
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#draggable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>draggable?</span></a>
|
|
117
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#form" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form?</span></a>
|
|
118
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#formAction" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Action?</span></a>
|
|
119
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#formEncType" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Enc<wbr/>Type?</span></a>
|
|
120
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#formMethod" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Method?</span></a>
|
|
121
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#formNoValidate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>No<wbr/>Validate?</span></a>
|
|
122
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#formTarget" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Target?</span></a>
|
|
123
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#hidden" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hidden?</span></a>
|
|
124
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#icon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon?</span></a>
|
|
125
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#iconPos" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Pos?</span></a>
|
|
126
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#id" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id?</span></a>
|
|
127
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#inlist" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>inlist?</span></a>
|
|
128
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#inputMode" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input<wbr/>Mode?</span></a>
|
|
129
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#invert" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>invert?</span></a>
|
|
130
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#invisibleTopic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>invisible<wbr/>Topic?</span></a>
|
|
131
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#is" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is?</span></a>
|
|
132
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#itemID" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>itemID?</span></a>
|
|
133
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#itemProp" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Prop?</span></a>
|
|
134
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#itemRef" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Ref?</span></a>
|
|
135
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#itemScope" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Scope?</span></a>
|
|
136
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#itemType" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type?</span></a>
|
|
137
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#key" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>key?</span></a>
|
|
138
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#label" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label?</span></a>
|
|
139
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#lang" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lang?</span></a>
|
|
140
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#link" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link?</span></a>
|
|
141
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#loading" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>loading?</span></a>
|
|
142
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#loadingIcon" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>loading<wbr/>Icon?</span></a>
|
|
143
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#name" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name?</span></a>
|
|
144
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#nonce" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nonce?</span></a>
|
|
145
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#offColor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Color?</span></a>
|
|
146
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#offIcon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Icon?</span></a>
|
|
147
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAbort" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Abort?</span></a>
|
|
148
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAbortCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Abort<wbr/>Capture?</span></a>
|
|
149
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAnimationEnd" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>End?</span></a>
|
|
150
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAnimationEndCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>End<wbr/>Capture?</span></a>
|
|
151
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAnimationIteration" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Iteration?</span></a>
|
|
152
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAnimationIterationCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Iteration<wbr/>Capture?</span></a>
|
|
153
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAnimationStart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Start?</span></a>
|
|
154
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAnimationStartCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Animation<wbr/>Start<wbr/>Capture?</span></a>
|
|
155
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAuxClick" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Aux<wbr/>Click?</span></a>
|
|
156
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onAuxClickCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Aux<wbr/>Click<wbr/>Capture?</span></a>
|
|
157
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onBeforeInput" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Before<wbr/>Input?</span></a>
|
|
158
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onBeforeInputCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Before<wbr/>Input<wbr/>Capture?</span></a>
|
|
159
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onBlur" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Blur?</span></a>
|
|
160
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onBlurCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Blur<wbr/>Capture?</span></a>
|
|
161
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCanPlay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play?</span></a>
|
|
162
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCanPlayCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Capture?</span></a>
|
|
163
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCanPlayThrough" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Through?</span></a>
|
|
164
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCanPlayThroughCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Can<wbr/>Play<wbr/>Through<wbr/>Capture?</span></a>
|
|
165
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onChange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Change?</span></a>
|
|
166
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onChangeCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Change<wbr/>Capture?</span></a>
|
|
167
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onClick" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click?</span></a>
|
|
168
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onClickCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click<wbr/>Capture?</span></a>
|
|
169
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onColor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Color?</span></a>
|
|
170
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCompositionEnd" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>End?</span></a>
|
|
171
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCompositionEndCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>End<wbr/>Capture?</span></a>
|
|
172
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCompositionStart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Start?</span></a>
|
|
173
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCompositionStartCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Start<wbr/>Capture?</span></a>
|
|
174
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCompositionUpdate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Update?</span></a>
|
|
175
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCompositionUpdateCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Composition<wbr/>Update<wbr/>Capture?</span></a>
|
|
176
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onContextMenu" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Context<wbr/>Menu?</span></a>
|
|
177
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onContextMenuCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Context<wbr/>Menu<wbr/>Capture?</span></a>
|
|
178
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCopy" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Copy?</span></a>
|
|
179
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCopyCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Copy<wbr/>Capture?</span></a>
|
|
180
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCut" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Cut?</span></a>
|
|
181
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onCutCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Cut<wbr/>Capture?</span></a>
|
|
182
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDoubleClick" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Double<wbr/>Click?</span></a>
|
|
183
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDoubleClickCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Double<wbr/>Click<wbr/>Capture?</span></a>
|
|
184
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDrag" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag?</span></a>
|
|
185
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Capture?</span></a>
|
|
186
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragEnd" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>End?</span></a>
|
|
187
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragEndCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>End<wbr/>Capture?</span></a>
|
|
188
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragEnter" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Enter?</span></a>
|
|
189
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragEnterCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Enter<wbr/>Capture?</span></a>
|
|
190
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragExit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Exit?</span></a>
|
|
191
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragExitCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Exit<wbr/>Capture?</span></a>
|
|
192
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragLeave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Leave?</span></a>
|
|
193
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragLeaveCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Leave<wbr/>Capture?</span></a>
|
|
194
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragOver" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Over?</span></a>
|
|
195
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragOverCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Over<wbr/>Capture?</span></a>
|
|
196
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragStart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Start?</span></a>
|
|
197
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDragStartCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drag<wbr/>Start<wbr/>Capture?</span></a>
|
|
198
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDrop" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drop?</span></a>
|
|
199
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDropCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Drop<wbr/>Capture?</span></a>
|
|
200
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDurationChange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Duration<wbr/>Change?</span></a>
|
|
201
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onDurationChangeCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Duration<wbr/>Change<wbr/>Capture?</span></a>
|
|
202
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onEmptied" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Emptied?</span></a>
|
|
203
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onEmptiedCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Emptied<wbr/>Capture?</span></a>
|
|
204
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onEncrypted" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Encrypted?</span></a>
|
|
205
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onEncryptedCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Encrypted<wbr/>Capture?</span></a>
|
|
206
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onEnded" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Ended?</span></a>
|
|
207
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onEndedCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Ended<wbr/>Capture?</span></a>
|
|
208
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onError" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Error?</span></a>
|
|
209
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onErrorCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Error<wbr/>Capture?</span></a>
|
|
210
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onFocus" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Focus?</span></a>
|
|
211
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onFocusCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Focus<wbr/>Capture?</span></a>
|
|
212
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onGotPointerCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture?</span></a>
|
|
213
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onGotPointerCaptureCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture<wbr/>Capture?</span></a>
|
|
214
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onIcon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Icon?</span></a>
|
|
215
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onInput" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Input?</span></a>
|
|
216
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onInputCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Input<wbr/>Capture?</span></a>
|
|
217
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onInvalid" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Invalid?</span></a>
|
|
218
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onInvalidCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Invalid<wbr/>Capture?</span></a>
|
|
219
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onKeyDown" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Down?</span></a>
|
|
220
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onKeyDownCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Down<wbr/>Capture?</span></a>
|
|
221
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onKeyPress" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Press?</span></a>
|
|
222
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onKeyPressCapture" class="tsd-index-link deprecated tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Press<wbr/>Capture?</span></a>
|
|
223
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onKeyUp" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Up?</span></a>
|
|
224
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onKeyUpCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Key<wbr/>Up<wbr/>Capture?</span></a>
|
|
225
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoad" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load?</span></a>
|
|
226
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Capture?</span></a>
|
|
227
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadStart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start?</span></a>
|
|
228
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadStartCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start<wbr/>Capture?</span></a>
|
|
229
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadedData" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Data?</span></a>
|
|
230
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadedDataCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Data<wbr/>Capture?</span></a>
|
|
231
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadedMetadata" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata?</span></a>
|
|
232
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLoadedMetadataCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata<wbr/>Capture?</span></a>
|
|
233
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLostPointerCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture?</span></a>
|
|
234
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onLostPointerCaptureCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Lost<wbr/>Pointer<wbr/>Capture<wbr/>Capture?</span></a>
|
|
235
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseDown" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Down?</span></a>
|
|
236
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseDownCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Down<wbr/>Capture?</span></a>
|
|
237
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseEnter" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Enter?</span></a>
|
|
238
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseLeave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Leave?</span></a>
|
|
239
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseMove" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Move?</span></a>
|
|
240
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseMoveCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Move<wbr/>Capture?</span></a>
|
|
241
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseOut" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Out?</span></a>
|
|
242
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseOutCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Out<wbr/>Capture?</span></a>
|
|
243
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseOver" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Over?</span></a>
|
|
244
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseOverCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Over<wbr/>Capture?</span></a>
|
|
245
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseUp" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Up?</span></a>
|
|
246
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onMouseUpCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Mouse<wbr/>Up<wbr/>Capture?</span></a>
|
|
247
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPaste" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Paste?</span></a>
|
|
248
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPasteCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Paste<wbr/>Capture?</span></a>
|
|
249
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPause" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pause?</span></a>
|
|
250
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPauseCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pause<wbr/>Capture?</span></a>
|
|
251
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPlay" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Play?</span></a>
|
|
252
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPlayCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Play<wbr/>Capture?</span></a>
|
|
253
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPlaying" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Playing?</span></a>
|
|
254
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPlayingCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Playing<wbr/>Capture?</span></a>
|
|
255
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerCancel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Cancel?</span></a>
|
|
256
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerCancelCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Cancel<wbr/>Capture?</span></a>
|
|
257
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerDown" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Down?</span></a>
|
|
258
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerDownCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Down<wbr/>Capture?</span></a>
|
|
259
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerEnter" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Enter?</span></a>
|
|
260
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerEnterCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Enter<wbr/>Capture?</span></a>
|
|
261
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerLeave" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Leave?</span></a>
|
|
262
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerLeaveCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Leave<wbr/>Capture?</span></a>
|
|
263
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerMove" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Move?</span></a>
|
|
264
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerMoveCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Move<wbr/>Capture?</span></a>
|
|
265
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerOut" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Out?</span></a>
|
|
266
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerOutCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Out<wbr/>Capture?</span></a>
|
|
267
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerOver" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Over?</span></a>
|
|
268
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerOverCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Over<wbr/>Capture?</span></a>
|
|
269
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerUp" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Up?</span></a>
|
|
270
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onPointerUpCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Up<wbr/>Capture?</span></a>
|
|
271
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onProgress" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Progress?</span></a>
|
|
272
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onProgressCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Progress<wbr/>Capture?</span></a>
|
|
273
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onRateChange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Rate<wbr/>Change?</span></a>
|
|
274
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onRateChangeCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Rate<wbr/>Change<wbr/>Capture?</span></a>
|
|
275
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onReset" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset?</span></a>
|
|
276
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onResetCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset<wbr/>Capture?</span></a>
|
|
277
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onResize" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Resize?</span></a>
|
|
278
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onResizeCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Resize<wbr/>Capture?</span></a>
|
|
279
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onScroll" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Scroll?</span></a>
|
|
280
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onScrollCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Scroll<wbr/>Capture?</span></a>
|
|
281
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSeeked" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeked?</span></a>
|
|
282
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSeekedCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeked<wbr/>Capture?</span></a>
|
|
283
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSeeking" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeking?</span></a>
|
|
284
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSeekingCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Seeking<wbr/>Capture?</span></a>
|
|
285
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSelect" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Select?</span></a>
|
|
286
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSelectCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Select<wbr/>Capture?</span></a>
|
|
287
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onStalled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Stalled?</span></a>
|
|
288
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onStalledCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Stalled<wbr/>Capture?</span></a>
|
|
289
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSubmit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Submit?</span></a>
|
|
290
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSubmitCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Submit<wbr/>Capture?</span></a>
|
|
291
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSuspend" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Suspend?</span></a>
|
|
292
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onSuspendCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Suspend<wbr/>Capture?</span></a>
|
|
293
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTimeUpdate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Time<wbr/>Update?</span></a>
|
|
294
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTimeUpdateCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Time<wbr/>Update<wbr/>Capture?</span></a>
|
|
295
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchCancel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Cancel?</span></a>
|
|
296
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchCancelCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Cancel<wbr/>Capture?</span></a>
|
|
297
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchEnd" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>End?</span></a>
|
|
298
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchEndCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>End<wbr/>Capture?</span></a>
|
|
299
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchMove" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Move?</span></a>
|
|
300
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchMoveCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Move<wbr/>Capture?</span></a>
|
|
301
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchStart" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Start?</span></a>
|
|
302
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTouchStartCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Touch<wbr/>Start<wbr/>Capture?</span></a>
|
|
303
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTransitionEnd" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Transition<wbr/>End?</span></a>
|
|
304
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onTransitionEndCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Transition<wbr/>End<wbr/>Capture?</span></a>
|
|
305
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onVolumeChange" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Volume<wbr/>Change?</span></a>
|
|
306
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onVolumeChangeCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Volume<wbr/>Change<wbr/>Capture?</span></a>
|
|
307
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onWaiting" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Waiting?</span></a>
|
|
308
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onWaitingCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Waiting<wbr/>Capture?</span></a>
|
|
309
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onWheel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel?</span></a>
|
|
310
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#onWheelCapture" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel<wbr/>Capture?</span></a>
|
|
311
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#options" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>options?</span></a>
|
|
312
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#outlined" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>outlined?</span></a>
|
|
313
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#plain" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>plain?</span></a>
|
|
314
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#prefix" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>prefix?</span></a>
|
|
315
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#property" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>property?</span></a>
|
|
316
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#pt" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pt?</span></a>
|
|
317
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#ptOptions" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pt<wbr/>Options?</span></a>
|
|
318
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#radioGroup" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>radio<wbr/>Group?</span></a>
|
|
319
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#raised" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>raised?</span></a>
|
|
320
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#rel" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rel?</span></a>
|
|
321
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#resource" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>resource?</span></a>
|
|
322
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#results" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>results?</span></a>
|
|
323
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#rev" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rev?</span></a>
|
|
324
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#role" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>role?</span></a>
|
|
325
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#rounded" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rounded?</span></a>
|
|
326
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#security" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>security?</span></a>
|
|
327
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#severity" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>severity?</span></a>
|
|
328
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#size" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size?</span></a>
|
|
329
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#slot" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot?</span></a>
|
|
330
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#spellCheck" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>spell<wbr/>Check?</span></a>
|
|
331
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#style" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style?</span></a>
|
|
332
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#suppressContentEditableWarning" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>suppress<wbr/>Content<wbr/>Editable<wbr/>Warning?</span></a>
|
|
333
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#suppressHydrationWarning" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>suppress<wbr/>Hydration<wbr/>Warning?</span></a>
|
|
334
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#tabIndex" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tab<wbr/>Index?</span></a>
|
|
335
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#text" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text?</span></a>
|
|
336
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#title" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title?</span></a>
|
|
337
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip?</span></a>
|
|
338
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#tooltipOptions" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip<wbr/>Options?</span></a>
|
|
339
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#topic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>topic?</span></a>
|
|
340
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#translate" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>translate?</span></a>
|
|
341
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#type" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type?</span></a>
|
|
342
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#typeof" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>typeof?</span></a>
|
|
343
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#unselectable" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unselectable?</span></a>
|
|
344
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#unstyled" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unstyled?</span></a>
|
|
345
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#value" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>value?</span></a>
|
|
346
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#visible" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visible?</span></a>
|
|
347
|
-
<a href="components_IndicatorButton.IndicatorButtonProps.html#vocab" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vocab?</span></a>
|
|
348
|
-
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="about" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>about</span><a href="#about" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1994</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="accessKey" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>access<wbr/>Key</span><a href="#accessKey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">access<wbr/>Key</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:1969</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="actionMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>action<wbr/>Mode</span><a href="#actionMode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">action<wbr/>Mode</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>Mode of input for the button (e.g., TAP, TOGGLE).</p>
|
|
349
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:151</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_activedescendant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>activedescendant</span><a href="#aria_activedescendant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
350
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-activedescendant</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1667</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_atomic" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>atomic</span><a href="#aria_atomic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
351
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-atomic</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1669</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_autocomplete" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>autocomplete</span><a href="#aria_autocomplete" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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
|
|
352
|
-
presented if they are made.</p>
|
|
353
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-autocomplete</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1674</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_braillelabel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>braillelabel</span><a href="#aria_braillelabel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
354
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-label.</p>
|
|
355
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-braillelabel</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1680</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_brailleroledescription" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>brailleroledescription</span><a href="#aria_brailleroledescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
356
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-roledescription.</p>
|
|
357
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-brailleroledescription</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1685</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_busy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>busy</span><a href="#aria_busy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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:1686</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_checked" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>checked</span><a href="#aria_checked" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
358
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
359
|
-
<li>aria-pressed</li>
|
|
360
|
-
<li>aria-selected.</li>
|
|
361
|
-
</ul>
|
|
362
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-checked</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1691</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_colcount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>colcount</span><a href="#aria_colcount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
363
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-colindex.</p>
|
|
364
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-colcount</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1696</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_colindex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>colindex</span><a href="#aria_colindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
365
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
366
|
-
<li>aria-colcount</li>
|
|
367
|
-
<li>aria-colspan.</li>
|
|
368
|
-
</ul>
|
|
369
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-colindex</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1701</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_colindextext" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>colindextext</span><a href="#aria_colindextext" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
370
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-rowindextext.</p>
|
|
371
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-colindextext</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1706</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_colspan" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>colspan</span><a href="#aria_colspan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
372
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
373
|
-
<li>aria-colindex</li>
|
|
374
|
-
<li>aria-rowspan.</li>
|
|
375
|
-
</ul>
|
|
376
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-colspan</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1711</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_controls" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>controls</span><a href="#aria_controls" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
377
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-owns.</p>
|
|
378
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-controls</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1716</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_current" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>current</span><a href="#aria_current" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>current</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">"page"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"step"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"location"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"date"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"time"</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>
|
|
379
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-current</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1718</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_describedby" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>describedby</span><a href="#aria_describedby" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
380
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-labelledby</p>
|
|
381
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-describedby</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1723</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_description" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>description</span><a href="#aria_description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
382
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>related aria-describedby.</p>
|
|
383
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-description</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1728</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_details" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>details</span><a href="#aria_details" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
384
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-describedby.</p>
|
|
385
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-details</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1733</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_disabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>disabled</span><a href="#aria_disabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
386
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
387
|
-
<li>aria-hidden</li>
|
|
388
|
-
<li>aria-readonly.</li>
|
|
389
|
-
</ul>
|
|
390
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-disabled</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1738</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_dropeffect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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">"execute"</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">"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>
|
|
391
|
-
</div><div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>in ARIA 1.1</p>
|
|
392
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-dropeffect</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1743</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_errormessage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>errormessage</span><a href="#aria_errormessage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
393
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
394
|
-
<li>aria-invalid</li>
|
|
395
|
-
<li>aria-describedby.</li>
|
|
396
|
-
</ul>
|
|
397
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-errormessage</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1748</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_expanded" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>expanded</span><a href="#aria_expanded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
398
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-expanded</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1750</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_flowto" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>flowto</span><a href="#aria_flowto" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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,
|
|
399
|
-
allows assistive technology to override the general default of reading in document source order.</p>
|
|
400
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-flowto</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1755</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_grabbed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
401
|
-
</div><div class="tsd-comment tsd-typography"><h4>Deprecated</h4><p>in ARIA 1.1</p>
|
|
402
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-grabbed</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1760</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_haspopup" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>haspopup</span><a href="#aria_haspopup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>haspopup</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">"grid"</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">"dialog"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"listbox"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"menu"</span><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>
|
|
403
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-haspopup</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1762</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_hidden" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>hidden</span><a href="#aria_hidden" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
404
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-disabled.</p>
|
|
405
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-hidden</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1767</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_invalid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>invalid</span><a href="#aria_invalid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
406
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-errormessage.</p>
|
|
407
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-invalid</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1772</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_keyshortcuts" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>keyshortcuts</span><a href="#aria_keyshortcuts" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
408
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-keyshortcuts</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1774</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_label" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>label</span><a href="#aria_label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
409
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-labelledby.</p>
|
|
410
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-label</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1779</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_labelledby" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>labelledby</span><a href="#aria_labelledby" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
411
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-describedby.</p>
|
|
412
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-labelledby</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1784</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_level" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>level</span><a href="#aria_level" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
413
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-level</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1786</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_live" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>live</span><a href="#aria_live" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
414
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-live</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1788</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_modal" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>modal</span><a href="#aria_modal" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
415
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-modal</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1790</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_multiline" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>multiline</span><a href="#aria_multiline" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
416
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-multiline</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1792</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_multiselectable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>multiselectable</span><a href="#aria_multiselectable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
417
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-multiselectable</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1794</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_orientation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>orientation</span><a href="#aria_orientation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
418
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-orientation</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1796</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_owns" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>owns</span><a href="#aria_owns" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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
|
|
419
|
-
between DOM elements where the DOM hierarchy cannot be used to represent the relationship.</p>
|
|
420
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-controls.</p>
|
|
421
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-owns</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1802</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_placeholder" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>placeholder</span><a href="#aria_placeholder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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.
|
|
422
|
-
A hint could be a sample value or a brief description of the expected format.</p>
|
|
423
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-placeholder</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1807</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_posinset" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>posinset</span><a href="#aria_posinset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
424
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-setsize.</p>
|
|
425
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-posinset</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1812</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_pressed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>pressed</span><a href="#aria_pressed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
426
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
427
|
-
<li>aria-checked</li>
|
|
428
|
-
<li>aria-selected.</li>
|
|
429
|
-
</ul>
|
|
430
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-pressed</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1817</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_readonly" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>readonly</span><a href="#aria_readonly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
431
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-disabled.</p>
|
|
432
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-readonly</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1822</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_relevant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>relevant</span><a href="#aria_relevant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>relevant</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"additions"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"additions removals"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"additions text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"all"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"removals"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"removals additions"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"removals text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text additions"</span><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>
|
|
433
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-atomic.</p>
|
|
434
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-relevant</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1827</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_required" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>required</span><a href="#aria_required" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
435
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-required</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1840</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_roledescription" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>roledescription</span><a href="#aria_roledescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
436
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-roledescription</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1842</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_rowcount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>rowcount</span><a href="#aria_rowcount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
437
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-rowindex.</p>
|
|
438
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowcount</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1847</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_rowindex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>rowindex</span><a href="#aria_rowindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
439
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
440
|
-
<li>aria-rowcount</li>
|
|
441
|
-
<li>aria-rowspan.</li>
|
|
442
|
-
</ul>
|
|
443
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowindex</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1852</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_rowindextext" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>rowindextext</span><a href="#aria_rowindextext" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
444
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-colindextext.</p>
|
|
445
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowindextext</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1857</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_rowspan" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>rowspan</span><a href="#aria_rowspan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
446
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
447
|
-
<li>aria-rowindex</li>
|
|
448
|
-
<li>aria-colspan.</li>
|
|
449
|
-
</ul>
|
|
450
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-rowspan</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1862</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_selected" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>selected</span><a href="#aria_selected" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
451
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><ul>
|
|
452
|
-
<li>aria-checked</li>
|
|
453
|
-
<li>aria-pressed.</li>
|
|
454
|
-
</ul>
|
|
455
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-selected</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1867</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_setsize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>setsize</span><a href="#aria_setsize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
456
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-posinset.</p>
|
|
457
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-setsize</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1872</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_sort" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>sort</span><a href="#aria_sort" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
458
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-sort</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1874</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_valuemax" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>valuemax</span><a href="#aria_valuemax" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
459
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuemax</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1876</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_valuemin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>valuemin</span><a href="#aria_valuemin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
460
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuemin</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1878</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_valuenow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>valuenow</span><a href="#aria_valuenow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
461
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</h4><p>aria-valuetext.</p>
|
|
462
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuenow</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1883</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="aria_valuetext" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>aria-<wbr/>valuetext</span><a href="#aria_valuetext" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aria-<wbr/>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>
|
|
463
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.aria-valuetext</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1885</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="autoCapitalize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>auto<wbr/>Capitalize</span><a href="#autoCapitalize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">auto<wbr/>Capitalize</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from Omit.autoCapitalize</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2007</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="autoCorrect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>auto<wbr/>Correct</span><a href="#autoCorrect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">auto<wbr/>Correct</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:2008</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="autoFocus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>auto<wbr/>Focus</span><a href="#autoFocus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">auto<wbr/>Focus</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:1970</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="autoSave" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>auto<wbr/>Save</span><a href="#autoSave" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">auto<wbr/>Save</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:2009</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="badge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>badge</span><a href="#badge" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
464
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="badgeClassName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">badge<wbr/>Class<wbr/>Name</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>
|
|
465
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="children" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>children</span><a href="#children" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
466
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="className" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>class<wbr/>Name</span><a href="#className" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">class<wbr/>Name</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:1971</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="color" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>color</span><a href="#color" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2010</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="command" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>command</span><a href="#command" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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.
|
|
467
|
-
If command is "*", then the commandTopic will be dispatched
|
|
468
|
-
internally.</p>
|
|
469
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:124</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="commandArgs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>command<wbr/>Args</span><a href="#commandArgs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">command<wbr/>Args</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span></div><div class="tsd-comment tsd-typography"><p>Optional arguments sent with the command.</p>
|
|
470
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:136</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="commandTopic" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>command<wbr/>Topic</span><a href="#commandTopic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">command<wbr/>Topic</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Optional topic parameter to send along with the command.
|
|
471
|
-
If set, will automatically be included with commandArgs as
|
|
472
|
-
the value of field 'topic.'</p>
|
|
473
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:131</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="content" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>content</span><a href="#content" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1995</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="contentEditable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>content<wbr/>Editable</span><a href="#contentEditable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">content<wbr/>Editable</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:1972</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="contextMenu" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>context<wbr/>Menu</span><a href="#contextMenu" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">context<wbr/>Menu</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:1973</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="dangerouslySetInnerHTML" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>dangerously<wbr/>Set<wbr/>InnerHTML</span><a href="#dangerouslySetInnerHTML" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dangerously<wbr/>Set<wbr/>InnerHTML</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </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><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><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></h5></li></ul></div><aside class="tsd-sources"><p>Inherited from Omit.dangerouslySetInnerHTML</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1452</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_at" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
474
|
-
<p>Defines which position on the target element to align the positioned tooltip.*</p>
|
|
475
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
476
|
-
<hr>
|
|
477
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
478
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.at}</p>
|
|
479
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-at</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:245</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_autohide" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
480
|
-
<p>Whether to hide tooltip when hovering over tooltip content.*</p>
|
|
481
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
482
|
-
<hr>
|
|
483
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
484
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.autoHide}</p>
|
|
485
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">true</span>
|
|
486
|
-
</code><button>Copy</button></pre>
|
|
487
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-autohide</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:385</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_classname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
488
|
-
<p>Style class of the tooltip.*</p>
|
|
489
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
490
|
-
<hr>
|
|
491
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
492
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.className}</p>
|
|
493
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-classname</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:205</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_disabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
494
|
-
<p>When present, it specifies that the tooltip should be hidden.*</p>
|
|
495
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
496
|
-
<hr>
|
|
497
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
498
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.disabled}</p>
|
|
499
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
500
|
-
</code><button>Copy</button></pre>
|
|
501
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-disabled</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:192</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_event" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
502
|
-
<p>Event to show the tooltip.*</p>
|
|
503
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
504
|
-
<hr>
|
|
505
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
506
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.event}</p>
|
|
507
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-0">hover</span>
|
|
508
|
-
</code><button>Copy</button></pre>
|
|
509
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-event</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:259</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_hidedelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
510
|
-
<p>Delay to hide the tooltip in milliseconds.*</p>
|
|
511
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
512
|
-
<hr>
|
|
513
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
514
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.hideDelay}</p>
|
|
515
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-4">0</span>
|
|
516
|
-
</code><button>Copy</button></pre>
|
|
517
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-hidedelay</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:371</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_hideevent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
518
|
-
<p>Event to hide the tooltip if the event property is empty.*</p>
|
|
519
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
520
|
-
<hr>
|
|
521
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
522
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.hideEvent}</p>
|
|
523
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-0">mouseleave</span>
|
|
524
|
-
</code><button>Copy</button></pre>
|
|
525
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-hideevent</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:287</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_mousetrack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
526
|
-
<p>Whether the tooltip will follow the mouse.*</p>
|
|
527
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
528
|
-
<hr>
|
|
529
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
530
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.mouseTrack}</p>
|
|
531
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
532
|
-
</code><button>Copy</button></pre>
|
|
533
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-mousetrack</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:301</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_mousetrackleft" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
534
|
-
<p>Defines left position of the tooltip in relation to the mouse when the mouseTrack is enabled.*</p>
|
|
535
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
536
|
-
<hr>
|
|
537
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
538
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.mouseTrackLeft}</p>
|
|
539
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-4">5</span>
|
|
540
|
-
</code><button>Copy</button></pre>
|
|
541
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-mousetrackleft</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:329</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_mousetracktop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
542
|
-
<p>Defines top position of the tooltip in relation to the mouse when the mouseTrack is enabled.*</p>
|
|
543
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
544
|
-
<hr>
|
|
545
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
546
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.mouseTrackTop}</p>
|
|
547
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-4">5</span>
|
|
548
|
-
</code><button>Copy</button></pre>
|
|
549
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-mousetracktop</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:315</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_my" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
550
|
-
<p>Defines which position on the tooltip being positioned to align with the target element.*</p>
|
|
551
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
552
|
-
<hr>
|
|
553
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
554
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.my}</p>
|
|
555
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-my</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:232</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_position" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
556
|
-
<p>Position of the tooltip.*</p>
|
|
557
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
558
|
-
<hr>
|
|
559
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
560
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.position}</p>
|
|
561
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-0">right</span>
|
|
562
|
-
</code><button>Copy</button></pre>
|
|
563
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-position</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:219</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_showdelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
564
|
-
<p>Delay to show the tooltip in milliseconds.*</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="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
568
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.showDelay}</p>
|
|
569
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-4">0</span>
|
|
570
|
-
</code><button>Copy</button></pre>
|
|
571
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-showdelay</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:343</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_showevent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
572
|
-
<p>Event to show the tooltip if the event property is empty.*</p>
|
|
573
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
574
|
-
<hr>
|
|
575
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
576
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.showEvent}</p>
|
|
577
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-0">mouseenter</span>
|
|
578
|
-
</code><button>Copy</button></pre>
|
|
579
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-showevent</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:273</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_showondisabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
580
|
-
<p>Whether to show tooltip for disabled elements.*</p>
|
|
581
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
582
|
-
<hr>
|
|
583
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
584
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.showOnDisabled}</p>
|
|
585
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
586
|
-
</code><button>Copy</button></pre>
|
|
587
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-showondisabled</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:399</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_tooltip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
588
|
-
<p>Content of the tooltip.*</p>
|
|
589
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
590
|
-
<hr>
|
|
591
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
592
|
-
<p>{@inheritDoc tooltip.TooltipProps.content}</p>
|
|
593
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-tooltip</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:178</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="data_pr_updatedelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data-<wbr/>pr-<wbr/>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>
|
|
594
|
-
<p>Delay to update the tooltip in milliseconds.*</p>
|
|
595
|
-
<p><img src="https://primefaces.org/cdn/primereact/images/logo-100.png" alt="PrimeReact"></p>
|
|
596
|
-
<hr>
|
|
597
|
-
<p><em>*This feature will be active when there is a PrimeReact <a href="components_IndicatorButton.IndicatorButtonProps.html#tooltip" class="tsd-kind-property">tooltip</a> component on the page.</em></p>
|
|
598
|
-
<p>{@inheritDoc tooltipoptions.TooltipOptions.updateDelay}</p>
|
|
599
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-4">0</span>
|
|
600
|
-
</code><button>Copy</button></pre>
|
|
601
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.data-pr-updatedelay</p><ul><li>Defined in node_modules/primereact/tooltip/tooltipoptions.d.ts:357</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="datatype" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>datatype</span><a href="#datatype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1996</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="defaultChecked" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>default<wbr/>Checked</span><a href="#defaultChecked" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default<wbr/>Checked</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:1963</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="defaultValue" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>default<wbr/>Value</span><a href="#defaultValue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default<wbr/>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-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:1964</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="dir" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>dir</span><a href="#dir" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1974</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="disableTopic" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>disable<wbr/>Topic</span><a href="#disableTopic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">disable<wbr/>Topic</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Topic to disable button interaction.</p>
|
|
602
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:141</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="disabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>disabled</span><a href="#disabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>When present, it specifies that the element should be disabled.</p>
|
|
603
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
604
|
-
</code><button>Copy</button></pre>
|
|
605
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.disabled</p><ul><li>Defined in node_modules/primereact/button/button.d.ts:97</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="draggable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>draggable</span><a href="#draggable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1975</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="form" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>form</span><a href="#form" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2210</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="formAction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>form<wbr/>Action</span><a href="#formAction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form<wbr/>Action</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:2211</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="formEncType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form<wbr/>Enc<wbr/>Type</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:2217</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="formMethod" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>form<wbr/>Method</span><a href="#formMethod" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form<wbr/>Method</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:2218</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="formNoValidate" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form<wbr/>No<wbr/>Validate</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:2219</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="formTarget" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>form<wbr/>Target</span><a href="#formTarget" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form<wbr/>Target</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:2220</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="hidden" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hidden</span><a href="#hidden" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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><aside class="tsd-sources"><p>Inherited from Omit.hidden</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1976</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="icon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>icon</span><a href="#icon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>Icon to be displayed on the button. Overrideen by onIcon or offIcon if those
|
|
606
|
-
are not undefined.</p>
|
|
607
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides Omit.icon</p><ul><li>Defined in src/components/IndicatorButton.tsx:106</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="iconPos" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>icon<wbr/>Pos</span><a href="#iconPos" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Pos</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>
|
|
608
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-0">left</span>
|
|
609
|
-
</code><button>Copy</button></pre>
|
|
610
|
-
</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"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1977</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="inlist" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>inlist</span><a href="#inlist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1997</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="inputMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>input<wbr/>Mode</span><a href="#inputMode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">input<wbr/>Mode</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">"none"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"tel"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"url"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"email"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"numeric"</span><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>
|
|
611
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</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>
|
|
612
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.inputMode</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2025</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="invert" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>invert</span><a href="#invert" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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 the signal values for TAP, PRESSED, and RELEASED modes.</p>
|
|
613
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:156</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="invisibleTopic" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>invisible<wbr/>Topic</span><a href="#invisibleTopic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">invisible<wbr/>Topic</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Topic to control the visibility of the button.</p>
|
|
614
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:146</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="is" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>is</span><a href="#is" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
615
|
-
</div><div class="tsd-comment tsd-typography"><h4>See</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>
|
|
616
|
-
</div><aside class="tsd-sources"><p>Inherited from Omit.is</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2030</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="itemID" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>itemID</span><a href="#itemID" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2014</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="itemProp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>item<wbr/>Prop</span><a href="#itemProp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">item<wbr/>Prop</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:2011</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="itemRef" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>item<wbr/>Ref</span><a href="#itemRef" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">item<wbr/>Ref</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:2015</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="itemScope" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>item<wbr/>Scope</span><a href="#itemScope" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">item<wbr/>Scope</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:2012</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>item<wbr/>Type</span><a href="#itemType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">item<wbr/>Type</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:2013</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="key" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>key</span><a href="#key" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:109</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="label" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>label</span><a href="#label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
617
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="lang" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>lang</span><a href="#lang" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1978</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="link" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>link</span><a href="#link" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
618
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
619
|
-
</code><button>Copy</button></pre>
|
|
620
|
-
</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"><a id="loading" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>loading</span><a href="#loading" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
621
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
622
|
-
</code><button>Copy</button></pre>
|
|
623
|
-
</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"><a id="loadingIcon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>loading<wbr/>Icon</span><a href="#loadingIcon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">loading<wbr/>Icon</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>
|
|
624
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2221</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="nonce" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>nonce</span><a href="#nonce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1979</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="offColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>off<wbr/>Color</span><a href="#offColor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">off<wbr/>Color</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>
|
|
625
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:75</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="offIcon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>off<wbr/>Icon</span><a href="#offIcon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">off<wbr/>Icon</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Icon displayed when the state is FALSE. Falls back to <code>icon</code> if undefined.</p>
|
|
626
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:116</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAbort" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Abort</span><a href="#onAbort" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Abort</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:1511</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAbortCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Abort<wbr/>Capture</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:1512</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAnimationEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Animation<wbr/>End</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:1643</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAnimationEndCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Animation<wbr/>End<wbr/>Capture</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:1644</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAnimationIteration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Animation<wbr/>Iteration</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:1645</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAnimationIterationCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Animation<wbr/>Iteration<wbr/>Capture</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:1646</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAnimationStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Animation<wbr/>Start</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:1641</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAnimationStartCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Animation<wbr/>Start<wbr/>Capture</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:1642</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAuxClick" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Aux<wbr/>Click</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:1559</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onAuxClickCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Aux<wbr/>Click<wbr/>Capture</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:1560</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onBeforeInput" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Before<wbr/>Input</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.onBeforeInput</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1483</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onBeforeInputCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Before<wbr/>Input<wbr/>Capture</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:1484</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onBlur" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Blur</span><a href="#onBlur" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Blur</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:1477</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onBlurCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Blur<wbr/>Capture</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:1478</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCanPlay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Can<wbr/>Play</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:1513</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCanPlayCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Can<wbr/>Play<wbr/>Capture</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:1514</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCanPlayThrough" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Can<wbr/>Play<wbr/>Through</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:1515</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCanPlayThroughCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Can<wbr/>Play<wbr/>Through<wbr/>Capture</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:1516</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Change</span><a href="#onChange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Change</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:1481</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onChangeCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Change<wbr/>Capture</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:1482</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onClick" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Click</span><a href="#onClick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Click</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:1561</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onClickCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Click<wbr/>Capture</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:1562</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="onColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Color</span><a href="#onColor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Color</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>
|
|
627
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:70</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCompositionEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Composition<wbr/>End</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:1467</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCompositionEndCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Composition<wbr/>End<wbr/>Capture</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:1468</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCompositionStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Composition<wbr/>Start</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:1469</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCompositionStartCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Composition<wbr/>Start<wbr/>Capture</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:1470</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCompositionUpdate" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Composition<wbr/>Update</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:1471</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCompositionUpdateCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Composition<wbr/>Update<wbr/>Capture</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:1472</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onContextMenu" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Context<wbr/>Menu</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:1563</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onContextMenuCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Context<wbr/>Menu<wbr/>Capture</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:1564</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCopy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Copy</span><a href="#onCopy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Copy</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:1459</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCopyCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Copy<wbr/>Capture</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:1460</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCut" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Cut</span><a href="#onCut" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Cut</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:1461</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onCutCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Cut<wbr/>Capture</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:1462</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDoubleClick" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Double<wbr/>Click</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:1565</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDoubleClickCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Double<wbr/>Click<wbr/>Capture</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:1566</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDrag" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Drag</span><a href="#onDrag" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag</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:1567</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Capture</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:1568</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>End</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:1569</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragEndCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>End<wbr/>Capture</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:1570</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragEnter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Enter</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:1571</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragEnterCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Enter<wbr/>Capture</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:1572</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragExit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Exit</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:1573</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragExitCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Exit<wbr/>Capture</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:1574</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragLeave" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Leave</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:1575</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragLeaveCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Leave<wbr/>Capture</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:1576</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragOver" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Over</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:1577</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragOverCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Over<wbr/>Capture</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:1578</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Start</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:1579</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDragStartCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drag<wbr/>Start<wbr/>Capture</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:1580</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDrop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Drop</span><a href="#onDrop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drop</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:1581</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDropCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Drop<wbr/>Capture</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:1582</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDurationChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Duration<wbr/>Change</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:1517</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onDurationChangeCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Duration<wbr/>Change<wbr/>Capture</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:1518</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onEmptied" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Emptied</span><a href="#onEmptied" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Emptied</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:1519</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onEmptiedCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Emptied<wbr/>Capture</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:1520</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onEncrypted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Encrypted</span><a href="#onEncrypted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Encrypted</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:1521</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onEncryptedCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Encrypted<wbr/>Capture</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:1522</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onEnded" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Ended</span><a href="#onEnded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Ended</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:1523</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onEndedCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Ended<wbr/>Capture</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:1524</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onError" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Error</span><a href="#onError" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Error</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:1497</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onErrorCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Error<wbr/>Capture</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:1498</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onFocus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Focus</span><a href="#onFocus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Focus</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:1475</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onFocusCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Focus<wbr/>Capture</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:1476</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onGotPointerCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Got<wbr/>Pointer<wbr/>Capture</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:1627</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onGotPointerCaptureCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Got<wbr/>Pointer<wbr/>Capture<wbr/>Capture</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:1628</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="onIcon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Icon</span><a href="#onIcon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Icon</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Icon displayed when the state is TRUE. Falls back to <code>icon</code> if undefined.</p>
|
|
628
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:111</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onInput" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Input</span><a href="#onInput" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Input</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:1485</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onInputCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Input<wbr/>Capture</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:1486</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onInvalid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Invalid</span><a href="#onInvalid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Invalid</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:1491</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onInvalidCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Invalid<wbr/>Capture</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:1492</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onKeyDown" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Key<wbr/>Down</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:1501</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onKeyDownCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Key<wbr/>Down<wbr/>Capture</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:1502</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onKeyPress" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Key<wbr/>Press</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"><h4>Deprecated</h4></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyPress</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1504</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onKeyPressCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Key<wbr/>Press<wbr/>Capture</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"><h4>Deprecated</h4></div><aside class="tsd-sources"><p>Inherited from Omit.onKeyPressCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1506</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onKeyUp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Key<wbr/>Up</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:1507</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onKeyUpCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Key<wbr/>Up<wbr/>Capture</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:1508</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoad" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Load</span><a href="#onLoad" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Load</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:1495</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Load<wbr/>Capture</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:1496</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Load<wbr/>Start</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:1529</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadStartCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Load<wbr/>Start<wbr/>Capture</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:1530</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadedData" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Loaded<wbr/>Data</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:1525</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadedDataCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Loaded<wbr/>Data<wbr/>Capture</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:1526</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadedMetadata" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Loaded<wbr/>Metadata</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:1527</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLoadedMetadataCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Loaded<wbr/>Metadata<wbr/>Capture</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:1528</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLostPointerCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Lost<wbr/>Pointer<wbr/>Capture</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:1629</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onLostPointerCaptureCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Lost<wbr/>Pointer<wbr/>Capture<wbr/>Capture</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:1630</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseDown" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Down</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:1583</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseDownCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Down<wbr/>Capture</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:1584</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseEnter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Enter</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:1585</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseLeave" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Leave</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:1586</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseMove" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Move</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:1587</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseMoveCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Move<wbr/>Capture</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:1588</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseOut" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Out</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:1589</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseOutCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Out<wbr/>Capture</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:1590</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseOver" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Over</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:1591</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseOverCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Over<wbr/>Capture</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:1592</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseUp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Up</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:1593</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onMouseUpCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Mouse<wbr/>Up<wbr/>Capture</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:1594</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPaste" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Paste</span><a href="#onPaste" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Paste</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:1463</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPasteCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Paste<wbr/>Capture</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:1464</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPause" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Pause</span><a href="#onPause" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pause</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:1531</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPauseCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pause<wbr/>Capture</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:1532</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPlay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Play</span><a href="#onPlay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Play</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:1533</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPlayCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Play<wbr/>Capture</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:1534</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPlaying" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Playing</span><a href="#onPlaying" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Playing</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:1535</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPlayingCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Playing<wbr/>Capture</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:1536</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerCancel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Cancel</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:1617</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerCancelCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Cancel<wbr/>Capture</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:1618</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerDown" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Down</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:1611</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerDownCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Down<wbr/>Capture</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:1612</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerEnter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Enter</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:1619</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerEnterCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Pointer<wbr/>Enter<wbr/>Capture</span><a href="#onPointerEnterCapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Enter<wbr/>Capture</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.onPointerEnterCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1620</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerLeave" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Leave</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:1621</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerLeaveCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Pointer<wbr/>Leave<wbr/>Capture</span><a href="#onPointerLeaveCapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Leave<wbr/>Capture</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.onPointerLeaveCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1622</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerMove" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Move</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:1613</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerMoveCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Move<wbr/>Capture</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:1614</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerOut" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Out</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:1625</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerOutCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Out<wbr/>Capture</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:1626</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerOver" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Over</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:1623</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerOverCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Over<wbr/>Capture</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:1624</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerUp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Up</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:1615</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onPointerUpCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Pointer<wbr/>Up<wbr/>Capture</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:1616</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onProgress" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Progress</span><a href="#onProgress" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Progress</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:1537</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onProgressCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Progress<wbr/>Capture</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:1538</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onRateChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Rate<wbr/>Change</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:1539</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onRateChangeCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Rate<wbr/>Change<wbr/>Capture</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:1540</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onReset" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Reset</span><a href="#onReset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Reset</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:1487</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onResetCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Reset<wbr/>Capture</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:1488</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onResize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Resize</span><a href="#onResize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Resize</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.onResize</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1541</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onResizeCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Resize<wbr/>Capture</span><a href="#onResizeCapture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Resize<wbr/>Capture</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.onResizeCapture</p><ul><li>Defined in node_modules/@types/react/index.d.ts:1542</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onScroll" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Scroll</span><a href="#onScroll" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Scroll</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:1633</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onScrollCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Scroll<wbr/>Capture</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:1634</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSeeked" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Seeked</span><a href="#onSeeked" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Seeked</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:1543</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSeekedCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Seeked<wbr/>Capture</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:1544</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSeeking" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Seeking</span><a href="#onSeeking" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Seeking</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:1545</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSeekingCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Seeking<wbr/>Capture</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:1546</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSelect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Select</span><a href="#onSelect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Select</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:1597</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSelectCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Select<wbr/>Capture</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:1598</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onStalled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Stalled</span><a href="#onStalled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Stalled</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:1547</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onStalledCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Stalled<wbr/>Capture</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:1548</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSubmit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Submit</span><a href="#onSubmit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Submit</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:1489</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSubmitCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Submit<wbr/>Capture</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:1490</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSuspend" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Suspend</span><a href="#onSuspend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Suspend</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:1549</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onSuspendCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Suspend<wbr/>Capture</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:1550</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTimeUpdate" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Time<wbr/>Update</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:1551</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTimeUpdateCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Time<wbr/>Update<wbr/>Capture</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:1552</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchCancel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>Cancel</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:1601</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchCancelCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>Cancel<wbr/>Capture</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:1602</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>End</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:1603</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchEndCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>End<wbr/>Capture</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:1604</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchMove" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>Move</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:1605</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchMoveCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>Move<wbr/>Capture</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:1606</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>Start</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:1607</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTouchStartCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Touch<wbr/>Start<wbr/>Capture</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:1608</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTransitionEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Transition<wbr/>End</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:1649</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onTransitionEndCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Transition<wbr/>End<wbr/>Capture</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:1650</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onVolumeChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Volume<wbr/>Change</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:1553</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onVolumeChangeCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Volume<wbr/>Change<wbr/>Capture</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:1554</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onWaiting" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Waiting</span><a href="#onWaiting" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Waiting</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:1555</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onWaitingCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Waiting<wbr/>Capture</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:1556</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onWheel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Wheel</span><a href="#onWheel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Wheel</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:1637</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="onWheelCapture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Wheel<wbr/>Capture</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:1638</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="options" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>options</span><a href="#options" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>An array of string labels to display as the available options.</p>
|
|
629
|
-
<p>For items with 2 states or less:
|
|
630
|
-
Index 0 is the label when value is OFF.
|
|
631
|
-
Index 1 is the label when value is ON.</p>
|
|
632
|
-
<p>If only only value is given (Index 0), then that value is used for all states.
|
|
633
|
-
For many controls, this is the same as setting the <code>label</code> field and leaving this
|
|
634
|
-
field undefined.</p>
|
|
635
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:99</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="outlined" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>outlined</span><a href="#outlined" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
636
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
637
|
-
</code><button>Copy</button></pre>
|
|
638
|
-
</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"><a id="plain" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>plain</span><a href="#plain" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
639
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
640
|
-
</code><button>Copy</button></pre>
|
|
641
|
-
</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"><a id="prefix" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>prefix</span><a href="#prefix" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1998</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="property" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>property</span><a href="#property" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1999</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="pt" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>pt</span><a href="#pt" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
642
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="ptOptions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>pt<wbr/>Options</span><a href="#ptOptions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pt<wbr/>Options</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>
|
|
643
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="radioGroup" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>radio<wbr/>Group</span><a href="#radioGroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">radio<wbr/>Group</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:1988</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="raised" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>raised</span><a href="#raised" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
644
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
645
|
-
</code><button>Copy</button></pre>
|
|
646
|
-
</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"><a id="rel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rel</span><a href="#rel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2000</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="resource" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>resource</span><a href="#resource" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2001</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="results" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>results</span><a href="#results" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2016</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="rev" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rev</span><a href="#rev" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2002</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="role" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>role</span><a href="#role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1991</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="rounded" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rounded</span><a href="#rounded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
647
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
648
|
-
</code><button>Copy</button></pre>
|
|
649
|
-
</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"><a id="security" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>security</span><a href="#security" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2017</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="severity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>severity</span><a href="#severity" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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> <span class="tsd-signature-type">"secondary"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"success"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"info"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"warning"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"danger"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"help"</span></div><div class="tsd-comment tsd-typography"><p>Defines the style of the button, valid values are "secondary", "success", "info", "warning", "danger", "help".</p>
|
|
650
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="size" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
651
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="slot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>slot</span><a href="#slot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1980</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="spellCheck" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>spell<wbr/>Check</span><a href="#spellCheck" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">spell<wbr/>Check</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:1981</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="style" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>style</span><a href="#style" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1982</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="suppressContentEditableWarning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">suppress<wbr/>Content<wbr/>Editable<wbr/>Warning</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:1965</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="suppressHydrationWarning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">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"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">suppress<wbr/>Hydration<wbr/>Warning</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:1966</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="tabIndex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>tab<wbr/>Index</span><a href="#tabIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tab<wbr/>Index</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:1983</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="text" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
652
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
653
|
-
</code><button>Copy</button></pre>
|
|
654
|
-
</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"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1984</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="tooltip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>tooltip</span><a href="#tooltip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
655
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="tooltipOptions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>tooltip<wbr/>Options</span><a href="#tooltipOptions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tooltip<wbr/>Options</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>
|
|
656
|
-
</div><div class="tsd-comment tsd-typography"></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"><a id="topic" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>topic</span><a href="#topic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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.
|
|
657
|
-
If <code>value</code> field is not undefined, then that value is used instead.</p>
|
|
658
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:59</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="translate" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>translate</span><a href="#translate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:1985</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="type" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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">"reset"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"submit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"button"</span></div><aside class="tsd-sources"><p>Inherited from Omit.type</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2222</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="typeof" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>typeof</span><a href="#typeof" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2003</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="unselectable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>unselectable</span><a href="#unselectable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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">"on"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"off"</span></div><aside class="tsd-sources"><p>Inherited from Omit.unselectable</p><ul><li>Defined in node_modules/@types/react/index.d.ts:2018</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="unstyled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>unstyled</span><a href="#unstyled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
659
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">false</span>
|
|
660
|
-
</code><button>Copy</button></pre>
|
|
661
|
-
</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"><a id="value" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>value</span><a href="#value" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
662
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/components/IndicatorButton.tsx:65</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="visible" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>visible</span><a href="#visible" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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>
|
|
663
|
-
</div><div class="tsd-comment tsd-typography"><h4>Default Value</h4><pre><code class="language-ts"><span class="hl-6">true</span>
|
|
664
|
-
</code><button>Copy</button></pre>
|
|
665
|
-
</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"><a id="vocab" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>vocab</span><a href="#vocab" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><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:2004</li></ul></aside></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><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-private" name="private"/><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>Private</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></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><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-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#about" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>access<wbr/>Key</span></a><a href="#actionMode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color</span></a><a href="#command" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command</span></a><a href="#commandArgs" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>command<wbr/>Args</span></a><a href="#commandTopic" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dangerously<wbr/>Set<wbr/>InnerHTML</span></a><a href="#data_pr_at" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dir</span></a><a href="#disableTopic" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Topic</span></a><a href="#disabled" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>draggable</span></a><a href="#form" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form<wbr/>Target</span></a><a href="#hidden" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hidden</span></a><a href="#icon" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input<wbr/>Mode</span></a><a href="#invert" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>invert</span></a><a href="#invisibleTopic" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>invisible<wbr/>Topic</span></a><a href="#is" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>itemID</span></a><a href="#itemProp" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nonce</span></a><a href="#offColor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>off<wbr/>Color</span></a><a href="#offIcon" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Click<wbr/>Capture</span></a><a href="#onColor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Got<wbr/>Pointer<wbr/>Capture<wbr/>Capture</span></a><a href="#onIcon" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Capture</span></a><a href="#onLoadStart" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Load<wbr/>Start<wbr/>Capture</span></a><a href="#onLoadedData" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Loaded<wbr/>Metadata<wbr/>Capture</span></a><a href="#onLostPointerCapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Enter</span></a><a href="#onPointerEnterCapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Enter<wbr/>Capture</span></a><a href="#onPointerLeave" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Leave</span></a><a href="#onPointerLeaveCapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Pointer<wbr/>Leave<wbr/>Capture</span></a><a href="#onPointerMove" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Reset<wbr/>Capture</span></a><a href="#onResize" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Resize</span></a><a href="#onResizeCapture" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Resize<wbr/>Capture</span></a><a href="#onScroll" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Wheel<wbr/>Capture</span></a><a href="#options" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>outlined</span></a><a href="#plain" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tooltip<wbr/>Options</span></a><a href="#topic" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><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"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unstyled</span></a><a href="#value" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><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"><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"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vocab</span></a></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>autocore-react - v3.0.3</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>
|