mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 39b17334ba to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
e76ab9d548
commit
ce90adcedd
@ -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@54795</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@54796</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@24819</p>
|
||||
<p>LensExtension.__@Disposers@24820</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@24779</p>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@24780</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>
|
||||
|
||||
@ -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@54795</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@54796</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@24819</p>
|
||||
<p>LensExtension.__@Disposers@24820</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@24779</p>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@24780</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>
|
||||
|
||||
@ -751,6 +751,13 @@
|
||||
cssNames
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#getappversion" class="md-nav__link">
|
||||
getAppVersion
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -810,6 +817,7 @@
|
||||
<h3 id="functions">Functions<a class="headerlink" href="#functions" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#cssnames">cssNames</a></li>
|
||||
<li><a href="./#getappversion">getAppVersion</a></li>
|
||||
<li><a href="./#openbrowser">openBrowser</a></li>
|
||||
<li><a href="./#openexternal">openExternal</a></li>
|
||||
<li><a href="./#prevdefault">prevDefault</a></li>
|
||||
@ -836,6 +844,11 @@
|
||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||
<p><code>string</code></p>
|
||||
<hr />
|
||||
<h3 id="getappversion">getAppVersion<a class="headerlink" href="#getappversion" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getAppVersion</strong>(): <code>string</code></p>
|
||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||
<p><code>string</code></p>
|
||||
<hr />
|
||||
<h3 id="openbrowser">openBrowser<a class="headerlink" href="#openbrowser" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>openBrowser</strong>(<code>url</code>): <code>Promise</code><<code>void</code>></p>
|
||||
<p>Opens a link using the program configured as the default browser
|
||||
@ -859,7 +872,7 @@ running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>void</code>></p>
|
||||
<hr />
|
||||
<h3 id="openexternal">openExternal<a class="headerlink" href="#openexternal" title="Permanent link">#</a></h3>
|
||||
@ -880,7 +893,7 @@ running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>void</code>></p>
|
||||
<hr />
|
||||
<h3 id="prevdefault">prevDefault<a class="headerlink" href="#prevdefault" title="Permanent link">#</a></h3>
|
||||
@ -915,7 +928,7 @@ running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||
<p><code>fn</code></p>
|
||||
<p>▸ (<code>evt</code>): <code>any</code></p>
|
||||
<h5 id="parameters_4">Parameters<a class="headerlink" href="#parameters_4" title="Permanent link">#</a></h5>
|
||||
@ -933,7 +946,7 @@ running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h5>
|
||||
<h5 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h5>
|
||||
<p><code>any</code></p>
|
||||
<hr />
|
||||
<h3 id="stoppropagation">stopPropagation<a class="headerlink" href="#stoppropagation" title="Permanent link">#</a></h3>
|
||||
@ -953,7 +966,7 @@ running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||
<p><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