mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 93a8d0f157 to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
e8c7c24b1a
commit
a4c98e8d77
@ -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@51540</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@51546</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>
|
||||
|
||||
@ -1069,7 +1069,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@29780</p>
|
||||
<p>LensExtension.__@Disposers@29785</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>
|
||||
@ -1167,7 +1167,7 @@ does not modify the shell environment</p>
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||
<p><code>void</code></p>
|
||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@29783</p>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@29788</p>
|
||||
<hr />
|
||||
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>activate</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||
|
||||
@ -1695,7 +1695,7 @@ lifecycle events from running.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>evt</code></td>
|
||||
<td align="left"><code>KeyboardEvent</code></td>
|
||||
<td align="left"><code>KeyboardEvent</code> | <code>KeyboardEvent</code><<code>Element</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -806,6 +806,13 @@
|
||||
elem
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#iscontentvisible" class="md-nav__link">
|
||||
isContentVisible
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -1073,6 +1080,7 @@
|
||||
<li><a href="./#activeposition">activePosition</a></li>
|
||||
<li><a href="./#context">context</a></li>
|
||||
<li><a href="./#elem">elem</a></li>
|
||||
<li><a href="./#iscontentvisible">isContentVisible</a></li>
|
||||
<li><a href="./#isvisible">isVisible</a></li>
|
||||
<li><a href="./#props">props</a></li>
|
||||
<li><a href="./#refs">refs</a></li>
|
||||
@ -1151,8 +1159,11 @@ Should be used with type annotation or static contextType.</p>
|
||||
<h3 id="elem">elem<a class="headerlink" href="#elem" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>elem</strong>: <code>HTMLElement</code></p>
|
||||
<hr />
|
||||
<h3 id="iscontentvisible">isContentVisible<a class="headerlink" href="#iscontentvisible" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>isContentVisible</strong>: <code>boolean</code> = <code>false</code></p>
|
||||
<hr />
|
||||
<h3 id="isvisible">isVisible<a class="headerlink" href="#isvisible" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>isVisible</strong>: <code>boolean</code> = <code>false</code></p>
|
||||
<p>• <strong>isVisible</strong>: <code>boolean</code></p>
|
||||
<hr />
|
||||
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>props</strong>: <code>Readonly</code><<a href="../../interfaces/Renderer.Component.TooltipProps/"><code>TooltipProps</code></a>> & <code>Readonly</code><{ <code>children?</code>: <code>ReactNode</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@51540</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@51546</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>
|
||||
|
||||
@ -1189,7 +1189,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@29780</p>
|
||||
<p>LensExtension.__@Disposers@29785</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>
|
||||
@ -1322,7 +1322,7 @@
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||
<p><code>void</code></p>
|
||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@29783</p>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@29788</p>
|
||||
<hr />
|
||||
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>activate</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user