mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 60c5af7520 to master with MkDocs 1.3.1 and mike 1.1.2
This commit is contained in:
parent
a91e1d85cf
commit
76be61ed25
@ -918,7 +918,7 @@
|
||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
|
||||
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||
<p>IpcRegistrar.__@IpcPrefix@73559</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@73042</p>
|
||||
<hr />
|
||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
||||
|
||||
@ -1069,12 +1069,12 @@
|
||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@Disposers@29829</p>
|
||||
<p>LensExtension.__@Disposers@29133</p>
|
||||
<hr />
|
||||
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensMainExtensionDependencies</code></p>
|
||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29832</p>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29136</p>
|
||||
<hr />
|
||||
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>
|
||||
|
||||
@ -918,7 +918,7 @@
|
||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
|
||||
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||
<p>IpcRegistrar.__@IpcPrefix@73559</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@73042</p>
|
||||
<hr />
|
||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
||||
|
||||
@ -2200,7 +2200,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2256,7 +2256,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -1543,9 +1543,9 @@ creation timestamp of this object.</p>
|
||||
<p><a href="../Renderer.K8sApi.KubeObject/">KubeObject</a>.<a href="../Renderer.K8sApi.KubeObject/#getresourceversion">getResourceVersion</a></p>
|
||||
<hr />
|
||||
<h3 id="getscope">getScope<a class="headerlink" href="#getscope" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getScope</strong>(): <code>"Namespaced"</code> | <code>"Cluster"</code></p>
|
||||
<p>▸ <strong>getScope</strong>(): <code>"Cluster"</code> | <code>"Namespaced"</code></p>
|
||||
<h4 id="returns_23">Returns<a class="headerlink" href="#returns_23" title="Permanent link">#</a></h4>
|
||||
<p><code>"Namespaced"</code> | <code>"Cluster"</code></p>
|
||||
<p><code>"Cluster"</code> | <code>"Namespaced"</code></p>
|
||||
<hr />
|
||||
<h3 id="getscopedname">getScopedName<a class="headerlink" href="#getscopedname" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getScopedName</strong>(): <code>string</code></p>
|
||||
|
||||
@ -2260,7 +2260,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2292,7 +2292,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2226,7 +2226,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2441,7 +2441,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2206,7 +2206,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2199,7 +2199,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2379,7 +2379,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2288,7 +2288,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2167,7 +2167,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2260,7 +2260,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2210,7 +2210,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -2171,7 +2171,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>order?</code></td>
|
||||
<td align="left"><code>"asc"</code> | <code>"desc"</code></td>
|
||||
<td align="left"><code>"desc"</code> | <code>"asc"</code></td>
|
||||
<td align="left">whether to sort from least to greatest (<code>"asc"</code> (default)) or vice-versa (<code>"desc"</code>)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -1205,12 +1205,12 @@
|
||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@Disposers@29829</p>
|
||||
<p>LensExtension.__@Disposers@29133</p>
|
||||
<hr />
|
||||
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensRendererExtensionDependencies</code></p>
|
||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29832</p>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29136</p>
|
||||
<hr />
|
||||
<h3 id="additionalcategorycolumns">additionalCategoryColumns<a class="headerlink" href="#additionalcategorycolumns" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>additionalCategoryColumns</strong>: <a href="../../interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/"><code>AdditionalCategoryColumnRegistration</code></a>[] = <code>[]</code></p>
|
||||
|
||||
@ -2931,7 +2931,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -3107,7 +3107,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_37">Inherited from<a class="headerlink" href="#inherited-from_37" title="Permanent link">#</a></h4>
|
||||
@ -3304,7 +3304,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3073,7 +3073,7 @@ presented if they are made.</p>
|
||||
<p>ButtonHTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>ButtonHTMLAttributes.aria-current</p>
|
||||
@ -3249,7 +3249,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>ButtonHTMLAttributes.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_37">Inherited from<a class="headerlink" href="#inherited-from_37" title="Permanent link">#</a></h4>
|
||||
@ -3483,7 +3483,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>ButtonHTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2915,7 +2915,7 @@ presented if they are made.</p>
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-controls">aria-controls</a></p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-current">aria-current</a></p>
|
||||
@ -3091,7 +3091,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-readonly">aria-readonly</a></p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_37">Inherited from<a class="headerlink" href="#inherited-from_37" title="Permanent link">#</a></h4>
|
||||
@ -3279,7 +3279,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#inlist">inlist</a></p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2908,7 +2908,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -3084,7 +3084,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_37">Inherited from<a class="headerlink" href="#inherited-from_37" title="Permanent link">#</a></h4>
|
||||
@ -3272,7 +3272,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2998,7 +2998,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -3174,7 +3174,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_38">Inherited from<a class="headerlink" href="#inherited-from_38" title="Permanent link">#</a></h4>
|
||||
@ -3386,7 +3386,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_72">Inherited from<a class="headerlink" href="#inherited-from_72" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3777,7 +3777,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3953,7 +3953,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_43">Inherited from<a class="headerlink" href="#inherited-from_43" title="Permanent link">#</a></h4>
|
||||
@ -4341,7 +4341,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_112">Inherited from<a class="headerlink" href="#inherited-from_112" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3796,7 +3796,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3972,7 +3972,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_43">Inherited from<a class="headerlink" href="#inherited-from_43" title="Permanent link">#</a></h4>
|
||||
@ -4363,7 +4363,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_111">Inherited from<a class="headerlink" href="#inherited-from_111" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3340,7 +3340,7 @@ presented if they are made.</p>
|
||||
<p>InputProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>InputProps.aria-current</p>
|
||||
@ -3516,7 +3516,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>InputProps.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_39">Inherited from<a class="headerlink" href="#inherited-from_39" title="Permanent link">#</a></h4>
|
||||
@ -3755,7 +3755,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>InputProps.draggable</p>
|
||||
<hr />
|
||||
<h3 id="enterkeyhint">enterKeyHint<a class="headerlink" href="#enterkeyhint" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>enterKeyHint</strong>: <code>"search"</code> | <code>"done"</code> | <code>"enter"</code> | <code>"send"</code> | <code>"go"</code> | <code>"next"</code> | <code>"previous"</code></p>
|
||||
<p>• <code>Optional</code> <strong>enterKeyHint</strong>: <code>"search"</code> | <code>"done"</code> | <code>"enter"</code> | <code>"previous"</code> | <code>"send"</code> | <code>"go"</code> | <code>"next"</code></p>
|
||||
<h4 id="inherited-from_78">Inherited from<a class="headerlink" href="#inherited-from_78" title="Permanent link">#</a></h4>
|
||||
<p>InputProps.enterKeyHint</p>
|
||||
<hr />
|
||||
@ -3820,7 +3820,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>InputProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_91">Inherited from<a class="headerlink" href="#inherited-from_91" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3084,7 +3084,7 @@ presented if they are made.</p>
|
||||
<p>Omit.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>Omit.aria-current</p>
|
||||
@ -3260,7 +3260,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>Omit.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_39">Inherited from<a class="headerlink" href="#inherited-from_39" title="Permanent link">#</a></h4>
|
||||
@ -3516,7 +3516,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>Omit.innerRef</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_73">Inherited from<a class="headerlink" href="#inherited-from_73" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3785,7 +3785,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3961,7 +3961,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_43">Inherited from<a class="headerlink" href="#inherited-from_43" title="Permanent link">#</a></h4>
|
||||
@ -4352,7 +4352,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_113">Inherited from<a class="headerlink" href="#inherited-from_113" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2883,7 +2883,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -3059,7 +3059,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_37">Inherited from<a class="headerlink" href="#inherited-from_37" title="Permanent link">#</a></h4>
|
||||
@ -3247,7 +3247,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3777,7 +3777,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3953,7 +3953,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_43">Inherited from<a class="headerlink" href="#inherited-from_43" title="Permanent link">#</a></h4>
|
||||
@ -4341,7 +4341,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_113">Inherited from<a class="headerlink" href="#inherited-from_113" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3769,7 +3769,7 @@ presented if they are made.</p>
|
||||
<p>Omit.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"date"</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"date"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>Omit.aria-current</p>
|
||||
@ -3945,7 +3945,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>Omit.aria-readonly</p>
|
||||
<hr />
|
||||
<h3 id="aria-relevant">aria-relevant<a class="headerlink" href="#aria-relevant" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"all"</code> | <code>"text"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-relevant</strong>: <code>"text"</code> | <code>"all"</code> | <code>"additions"</code> | <code>"additions removals"</code> | <code>"additions text"</code> | <code>"removals"</code> | <code>"removals additions"</code> | <code>"removals text"</code> | <code>"text additions"</code> | <code>"text removals"</code></p>
|
||||
<p>Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</p>
|
||||
<p><strong><code>see</code></strong> aria-atomic.</p>
|
||||
<h4 id="inherited-from_43">Inherited from<a class="headerlink" href="#inherited-from_43" title="Permanent link">#</a></h4>
|
||||
@ -4333,7 +4333,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>Omit.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"email"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"search"</code> | <code>"url"</code> | <code>"none"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_113">Inherited from<a class="headerlink" href="#inherited-from_113" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -1885,7 +1885,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>unionInputValidators</code></td>
|
||||
<td align="left">(<code>baseValidator</code>: <code>Pick</code><<code>SyncInputValidator</code>, <code>"condition"</code> | <code>"message"</code>>, ...<code>validators</code>: <code>SyncInputValidator</code>[]) => <code>SyncInputValidator</code></td>
|
||||
<td align="left">(<code>baseValidator</code>: <code>Pick</code><<code>SyncInputValidator</code>, <code>"message"</code> | <code>"condition"</code>>, ...<code>validators</code>: <code>SyncInputValidator</code>[]) => <code>SyncInputValidator</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -3006,7 +3006,7 @@ valid if one of the input validators matches the input</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>baseValidator</code></td>
|
||||
<td align="left"><code>Simplify</code><<code>Except</code><<code>Pick</code><<a href="./#inputvalidator"><code>InputValidator</code></a><<code>boolean</code>>, <code>"condition"</code> | <code>"message"</code>>, <code>"message"</code>> & <code>Required</code><<code>Pick</code><<code>Pick</code><<a href="./#inputvalidator"><code>InputValidator</code></a><<code>boolean</code>>, <code>"condition"</code> | <code>"message"</code>>, <code>"message"</code>>>></td>
|
||||
<td align="left"><code>Simplify</code><<code>Except</code><<code>Pick</code><<a href="./#inputvalidator"><code>InputValidator</code></a><<code>boolean</code>>, <code>"message"</code> | <code>"condition"</code>>, <code>"message"</code>> & <code>Required</code><<code>Pick</code><<code>Pick</code><<a href="./#inputvalidator"><code>InputValidator</code></a><<code>boolean</code>>, <code>"message"</code> | <code>"condition"</code>>, <code>"message"</code>>>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>...validators</code></td>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user