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

Deployed d5528eb9fe to master with MkDocs 1.3.0 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-04-13 08:40:53 +00:00
parent ce90adcedd
commit 83c66b8c13
8 changed files with 315 additions and 304 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@54796</p>
<p>IpcRegistrar.__@IpcPrefix@54797</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

@ -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@24820</p>
<p>LensExtension.__@Disposers@24821</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@24780</p>
<p>LensExtension.__@setLensExtensionDependencies@24781</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@54796</p>
<p>IpcRegistrar.__@IpcPrefix@54797</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

@ -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@24820</p>
<p>LensExtension.__@Disposers@24821</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@24780</p>
<p>LensExtension.__@setLensExtensionDependencies@24781</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

@ -744,6 +744,13 @@
action
</a>
</li>
<li class="md-nav__item">
<a href="#destination" class="md-nav__link">
destination
</a>
</li>
<li class="md-nav__item">
@ -785,6 +792,7 @@
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#action">action</a></li>
<li><a href="./#destination">destination</a></li>
<li><a href="./#name">name</a></li>
<li><a href="./#params">params</a></li>
</ul>
@ -792,11 +800,14 @@
<h3 id="action">action<a class="headerlink" href="#action" title="Permanent link">#</a></h3>
<p><strong>action</strong>: <code>string</code></p>
<hr />
<h3 id="destination">destination<a class="headerlink" href="#destination" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>destination</strong>: <code>string</code></p>
<hr />
<h3 id="name">name<a class="headerlink" href="#name" title="Permanent link">#</a></h3>
<p><strong>name</strong>: <code>string</code></p>
<hr />
<h3 id="params">params<a class="headerlink" href="#params" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>params</strong>: <code>object</code></p>
<p><code>Optional</code> <strong>params</strong>: <code>Record</code>&lt;<code>string</code>, <code>any</code>></p>

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.