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

Deployed 86ba61dc99 to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-03-15 15:56:41 +00:00
parent c173e3fe18
commit e8b80a1b43
28 changed files with 51 additions and 7 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@47865</p>
<p>IpcRegistrar.__@IpcPrefix@47874</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></p>

View File

@ -1061,7 +1061,7 @@
<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@23926</p>
<p>LensExtension.__@Disposers@23935</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>
@ -1152,7 +1152,7 @@ does not modify the shell environment</p>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p>LensExtension.__@setLensExtensionDependencies@23929</p>
<p>LensExtension.__@setLensExtensionDependencies@23938</p>
<hr />
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
<p><strong>activate</strong>(): <code>Promise</code>&lt;<code>void</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@47865</p>
<p>IpcRegistrar.__@IpcPrefix@47874</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></p>

View File

@ -1181,7 +1181,7 @@
<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@23926</p>
<p>LensExtension.__@Disposers@23935</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>
@ -1307,7 +1307,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p>LensExtension.__@setLensExtensionDependencies@23929</p>
<p>LensExtension.__@setLensExtensionDependencies@23938</p>
<hr />
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
<p><strong>activate</strong>(): <code>Promise</code>&lt;<code>void</code>></p>

View File

@ -3724,11 +3724,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_147">Inherited from<a class="headerlink" href="#inherited-from_147" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_148">Inherited from<a class="headerlink" href="#inherited-from_148" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPressCapture</p>
<hr />

View File

@ -3911,11 +3911,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_155">Inherited from<a class="headerlink" href="#inherited-from_155" title="Permanent link">#</a></h4>
<p>ButtonHTMLAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_156">Inherited from<a class="headerlink" href="#inherited-from_156" title="Permanent link">#</a></h4>
<p>ButtonHTMLAttributes.onKeyPressCapture</p>
<hr />

View File

@ -3688,11 +3688,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_149">Inherited from<a class="headerlink" href="#inherited-from_149" title="Permanent link">#</a></h4>
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#onkeypress">onKeyPress</a></p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_150">Inherited from<a class="headerlink" href="#inherited-from_150" title="Permanent link">#</a></h4>
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#onkeypresscapture">onKeyPressCapture</a></p>
<hr />

View File

@ -3674,11 +3674,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_145">Inherited from<a class="headerlink" href="#inherited-from_145" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_146">Inherited from<a class="headerlink" href="#inherited-from_146" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPressCapture</p>
<hr />

View File

@ -3792,11 +3792,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_147">Inherited from<a class="headerlink" href="#inherited-from_147" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_148">Inherited from<a class="headerlink" href="#inherited-from_148" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPressCapture</p>
<hr />

View File

@ -4878,11 +4878,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_214">Inherited from<a class="headerlink" href="#inherited-from_214" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_215">Inherited from<a class="headerlink" href="#inherited-from_215" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPressCapture</p>
<hr />

View File

@ -4879,11 +4879,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_215">Inherited from<a class="headerlink" href="#inherited-from_215" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_216">Inherited from<a class="headerlink" href="#inherited-from_216" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPressCapture</p>
<hr />

View File

@ -4256,11 +4256,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLInputElement</code>> &amp; <code>KeyboardEventHandler</code>&lt;<code>HTMLTextAreaElement</code>> &amp; <code>KeyboardEventHandler</code>&lt;<code>InputElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_179">Inherited from<a class="headerlink" href="#inherited-from_179" title="Permanent link">#</a></h4>
<p>InputProps.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLInputElement</code>> &amp; <code>KeyboardEventHandler</code>&lt;<code>HTMLTextAreaElement</code>> &amp; <code>KeyboardEventHandler</code>&lt;<code>InputElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_180">Inherited from<a class="headerlink" href="#inherited-from_180" title="Permanent link">#</a></h4>
<p>InputProps.onKeyPressCapture</p>
<hr />

View File

@ -2543,11 +2543,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPressCapture</p>
<hr />

View File

@ -3875,11 +3875,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLSpanElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_155">Inherited from<a class="headerlink" href="#inherited-from_155" title="Permanent link">#</a></h4>
<p>Omit.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLSpanElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_156">Inherited from<a class="headerlink" href="#inherited-from_156" title="Permanent link">#</a></h4>
<p>Omit.onKeyPressCapture</p>
<hr />

View File

@ -4868,11 +4868,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_217">Inherited from<a class="headerlink" href="#inherited-from_217" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_218">Inherited from<a class="headerlink" href="#inherited-from_218" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPressCapture</p>
<hr />

View File

@ -3664,11 +3664,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_147">Inherited from<a class="headerlink" href="#inherited-from_147" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_148">Inherited from<a class="headerlink" href="#inherited-from_148" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.onKeyPressCapture</p>
<hr />

View File

@ -4857,11 +4857,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_217">Inherited from<a class="headerlink" href="#inherited-from_217" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_218">Inherited from<a class="headerlink" href="#inherited-from_218" title="Permanent link">#</a></h4>
<p>React.HTMLProps.onKeyPressCapture</p>
<hr />

View File

@ -4867,11 +4867,13 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLInputElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_216">Inherited from<a class="headerlink" href="#inherited-from_216" title="Permanent link">#</a></h4>
<p>Omit.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLInputElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_217">Inherited from<a class="headerlink" href="#inherited-from_217" title="Permanent link">#</a></h4>
<p>Omit.onKeyPressCapture</p>
<hr />

View File

@ -4076,11 +4076,13 @@ We trigger a <code>onFocus</code> callback too.</p>
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLButtonElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_171">Inherited from<a class="headerlink" href="#inherited-from_171" title="Permanent link">#</a></h4>
<p>SwitchProps.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLButtonElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_172">Inherited from<a class="headerlink" href="#inherited-from_172" title="Permanent link">#</a></h4>
<p>SwitchProps.onKeyPressCapture</p>
<hr />

View File

@ -2556,11 +2556,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>DOMAttributes.onKeyPressCapture</p>
<hr />

View File

@ -2604,11 +2604,13 @@ indicator, might come from parent <TableHead>, don't use this prop outside (!)</
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPressCapture</p>
<hr />

View File

@ -2498,11 +2498,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPressCapture</p>
<hr />

View File

@ -2675,11 +2675,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPressCapture</p>
<hr />

View File

@ -2525,11 +2525,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLDivElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPressCapture</p>
<hr />

View File

@ -2572,11 +2572,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>Omit.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>HTMLElement</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>Omit.onKeyPressCapture</p>
<hr />

View File

@ -2537,11 +2537,13 @@
<hr />
<h3 id="onkeypress">onKeyPress<a class="headerlink" href="#onkeypress" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPress</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPress</p>
<hr />
<h3 id="onkeypresscapture">onKeyPressCapture<a class="headerlink" href="#onkeypresscapture" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>onKeyPressCapture</strong>: <code>KeyboardEventHandler</code>&lt;<code>any</code>></p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_75">Inherited from<a class="headerlink" href="#inherited-from_75" title="Permanent link">#</a></h4>
<p>React.DOMAttributes.onKeyPressCapture</p>
<hr />

File diff suppressed because one or more lines are too long

Binary file not shown.