1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Deployed 97551bb7f0 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-12-23 11:42:37 +00:00
parent 99f76e49c1
commit 6cb45c4387
23 changed files with 355 additions and 355 deletions

View File

@ -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@73336</p>
<p>IpcRegistrar.__@IpcPrefix@73398</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>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -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@32587</p>
<p>LensExtension.__@Disposers@7323</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@32590</p>
<p>LensExtension.__@lensExtensionDependencies@7326</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>

View File

@ -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@73336</p>
<p>IpcRegistrar.__@IpcPrefix@73398</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>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1213,12 +1213,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@32587</p>
<p>LensExtension.__@Disposers@7323</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@32590</p>
<p>LensExtension.__@lensExtensionDependencies@7326</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>

View File

@ -2880,7 +2880,7 @@
<p>React.HTMLAttributes.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
@ -2942,7 +2942,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3015,7 +3015,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLAttributes.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.aria-haspopup</p>
@ -3269,7 +3269,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLAttributes.color</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.contentEditable</p>
<hr />

View File

@ -3022,7 +3022,7 @@
<p>ButtonHTMLAttributes.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
@ -3084,7 +3084,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3157,7 +3157,7 @@ allows assistive technology to override the general default of reading in docume
<p>ButtonHTMLAttributes.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p>ButtonHTMLAttributes.aria-haspopup</p>
@ -3419,7 +3419,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>ButtonHTMLAttributes.color</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_57">Inherited from<a class="headerlink" href="#inherited-from_57" title="Permanent link">#</a></h4>
<p>ButtonHTMLAttributes.contentEditable</p>
<hr />

View File

@ -2864,7 +2864,7 @@
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-atomic">aria-atomic</a></p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
@ -2926,7 +2926,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -2999,7 +2999,7 @@ allows assistive technology to override the general default of reading in docume
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-grabbed">aria-grabbed</a></p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-haspopup">aria-haspopup</a></p>
@ -3253,7 +3253,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/#color">color</a></p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#contenteditable">contentEditable</a></p>
<hr />

View File

@ -2857,7 +2857,7 @@
<p>React.HTMLAttributes.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
@ -2919,7 +2919,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -2992,7 +2992,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLAttributes.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.aria-haspopup</p>
@ -3246,7 +3246,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLAttributes.color</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.contentEditable</p>
<hr />

View File

@ -2955,7 +2955,7 @@
<p>React.HTMLAttributes.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
@ -3017,7 +3017,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3090,7 +3090,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLAttributes.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.aria-haspopup</p>
@ -3350,7 +3350,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLAttributes.color</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_58">Inherited from<a class="headerlink" href="#inherited-from_58" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.contentEditable</p>
<hr />

View File

@ -1132,7 +1132,7 @@
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#removeconfirmationmessage">removeConfirmationMessage</a></p>
<hr />
<h3 id="toggleevent">toggleEvent<a class="headerlink" href="#toggleevent" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>toggleEvent</strong>: <code>"contextmenu"</code> | <code>"click"</code></p>
<p><code>Optional</code> <strong>toggleEvent</strong>: <code>"click"</code> | <code>"contextmenu"</code></p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#toggleevent">toggleEvent</a></p>
<hr />

View File

@ -3726,7 +3726,7 @@
<p>React.HTMLProps.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
@ -3788,7 +3788,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3861,7 +3861,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLProps.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
<p>React.HTMLProps.aria-haspopup</p>
@ -4195,7 +4195,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLProps.content</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_77">Inherited from<a class="headerlink" href="#inherited-from_77" title="Permanent link">#</a></h4>
<p>React.HTMLProps.contentEditable</p>
<hr />

View File

@ -1070,7 +1070,7 @@
<p>Provide your own remove <code>&lt;MenuItem&gt;</code> as part of the <code>children</code> passed to this component</p>
<hr />
<h3 id="toggleevent">toggleEvent<a class="headerlink" href="#toggleevent" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>toggleEvent</strong>: <code>"contextmenu"</code> | <code>"click"</code></p>
<p><code>Optional</code> <strong>toggleEvent</strong>: <code>"click"</code> | <code>"contextmenu"</code></p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<p>Partial.toggleEvent</p>
<hr />

View File

@ -3745,7 +3745,7 @@
<p>React.HTMLProps.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
@ -3807,7 +3807,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3880,7 +3880,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLProps.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
<p>React.HTMLProps.aria-haspopup</p>
@ -4214,7 +4214,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLProps.content</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_78">Inherited from<a class="headerlink" href="#inherited-from_78" title="Permanent link">#</a></h4>
<p>React.HTMLProps.contentEditable</p>
<hr />

View File

@ -953,7 +953,7 @@
<p><code>Optional</code> <strong>position</strong>: <a href="../Renderer.Component.MenuPosition/"><code>MenuPosition</code></a></p>
<hr />
<h3 id="toggleevent">toggleEvent<a class="headerlink" href="#toggleevent" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>toggleEvent</strong>: <code>"contextmenu"</code> | <code>"click"</code></p>
<p><code>Optional</code> <strong>toggleEvent</strong>: <code>"click"</code> | <code>"contextmenu"</code></p>
<hr />
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>usePortal</strong>: <code>boolean</code> | <code>HTMLElement</code></p>

View File

@ -3289,7 +3289,7 @@
<p>InputProps.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
@ -3351,7 +3351,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3424,7 +3424,7 @@ allows assistive technology to override the general default of reading in docume
<p>InputProps.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
<p>InputProps.aria-haspopup</p>
@ -3719,7 +3719,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p><code>Optional</code> <strong>compact</strong>: <code>boolean</code></p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_65">Inherited from<a class="headerlink" href="#inherited-from_65" title="Permanent link">#</a></h4>
<p>InputProps.contentEditable</p>
<hr />

View File

@ -3033,7 +3033,7 @@
<p>Omit.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
@ -3095,7 +3095,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3168,7 +3168,7 @@ allows assistive technology to override the general default of reading in docume
<p>Omit.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
<p>Omit.aria-haspopup</p>
@ -3428,7 +3428,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>Omit.color</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_58">Inherited from<a class="headerlink" href="#inherited-from_58" title="Permanent link">#</a></h4>
<p>Omit.contentEditable</p>
<hr />
@ -4595,7 +4595,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>Omit.value</p>
<hr />
<h3 id="valuelabeldisplay">valueLabelDisplay<a class="headerlink" href="#valuelabeldisplay" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>valueLabelDisplay</strong>: <code>"on"</code> | <code>"off"</code> | <code>"auto"</code></p>
<p><code>Optional</code> <strong>valueLabelDisplay</strong>: <code>"auto"</code> | <code>"on"</code> | <code>"off"</code></p>
<h4 id="inherited-from_270">Inherited from<a class="headerlink" href="#inherited-from_270" title="Permanent link">#</a></h4>
<p>Omit.valueLabelDisplay</p>
<hr />

View File

@ -3734,7 +3734,7 @@
<p>React.HTMLProps.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" 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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3869,7 +3869,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLProps.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
<p>React.HTMLProps.aria-haspopup</p>
@ -4206,7 +4206,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLProps.content</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_78">Inherited from<a class="headerlink" href="#inherited-from_78" title="Permanent link">#</a></h4>
<p>React.HTMLProps.contentEditable</p>
<hr />

View File

@ -2832,7 +2832,7 @@
<p>React.HTMLAttributes.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
@ -2894,7 +2894,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -2967,7 +2967,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLAttributes.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.aria-haspopup</p>
@ -3221,7 +3221,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLAttributes.color</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.contentEditable</p>
<hr />

View File

@ -3726,7 +3726,7 @@
<p>React.HTMLProps.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
@ -3788,7 +3788,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3861,7 +3861,7 @@ allows assistive technology to override the general default of reading in docume
<p>React.HTMLProps.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
<p>React.HTMLProps.aria-haspopup</p>
@ -4195,7 +4195,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>React.HTMLProps.content</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_78">Inherited from<a class="headerlink" href="#inherited-from_78" title="Permanent link">#</a></h4>
<p>React.HTMLProps.contentEditable</p>
<hr />

View File

@ -3718,7 +3718,7 @@
<p>Omit.aria-atomic</p>
<hr />
<h3 id="aria-autocomplete">aria-autocomplete<a class="headerlink" href="#aria-autocomplete" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"inline"</code> | <code>"list"</code> | <code>"both"</code></p>
<p><code>Optional</code> <strong>aria-autocomplete</strong>: <code>"none"</code> | <code>"list"</code> | <code>"inline"</code> | <code>"both"</code></p>
<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
presented if they are made.</p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
@ -3780,7 +3780,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>"location"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code></p>
<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>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>
@ -3853,7 +3853,7 @@ allows assistive technology to override the general default of reading in docume
<p>Omit.aria-grabbed</p>
<hr />
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"tree"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"true"</code> | <code>"false"</code></p>
<p><code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code> | <code>"true"</code> | <code>"false"</code></p>
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
<p>Omit.aria-haspopup</p>
@ -4187,7 +4187,7 @@ A hint could be a sample value or a brief description of the expected format.</p
<p>Omit.content</p>
<hr />
<h3 id="contenteditable">contentEditable<a class="headerlink" href="#contenteditable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>"inherit"</code> | <code>Booleanish</code></p>
<p><code>Optional</code> <strong>contentEditable</strong>: <code>Booleanish</code> | <code>"inherit"</code></p>
<h4 id="inherited-from_78">Inherited from<a class="headerlink" href="#inherited-from_78" title="Permanent link">#</a></h4>
<p>Omit.contentEditable</p>
<hr />

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.