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

Deployed d2c5632fc1 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2023-01-11 13:39:00 +00:00
parent ebfbb14ed6
commit 33c767e414
7 changed files with 303 additions and 292 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@71873</p>
<p>IpcRegistrar.__@IpcPrefix@71888</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1077,7 +1077,7 @@
<p>LensExtension.__@lensExtensionDependencies@7169</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>
<p><strong>appMenus</strong>: <a href="../../modules/Common.Types/#menuregistration"><code>MenuRegistration</code></a>[] | <code>IComputedValue</code>&lt;<a href="../../modules/Common.Types/#menuregistration"><code>MenuRegistration</code></a>[]> = <code>[]</code></p>
<hr />
<h3 id="id">id<a class="headerlink" href="#id" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>id</strong>: <code>string</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@71873</p>
<p>IpcRegistrar.__@IpcPrefix@71888</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -779,6 +779,13 @@
KubeObjectOnContextMenuOpen
</a>
</li>
<li class="md-nav__item">
<a href="#menuregistration" class="md-nav__link">
MenuRegistration
</a>
</li>
<li class="md-nav__item">
@ -847,6 +854,7 @@
<li><a href="./#ipcrendererevent">IpcRendererEvent</a></li>
<li><a href="./#kubeobjecthandlerregistration">KubeObjectHandlerRegistration</a></li>
<li><a href="./#kubeobjectoncontextmenuopen">KubeObjectOnContextMenuOpen</a></li>
<li><a href="./#menuregistration">MenuRegistration</a></li>
<li><a href="./#shellenvmodifier">ShellEnvModifier</a></li>
</ul>
<h2 id="type-aliases_1">Type Aliases<a class="headerlink" href="#type-aliases_1" title="Permanent link">#</a></h2>
@ -886,6 +894,9 @@ Licensed under MIT License. See LICENSE in root directory for more information.<
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
<p><code>void</code></p>
<hr />
<h3 id="menuregistration">MenuRegistration<a class="headerlink" href="#menuregistration" title="Permanent link">#</a></h3>
<p>Ƭ <strong>MenuRegistration</strong>: { <code>parentId</code>: <code>string</code> ; <code>visible?</code>: <code>IComputedValue</code>&lt;<code>boolean</code>> | <code>boolean</code> } &amp; <code>Omit</code>&lt;<code>MenuItemConstructorOptions</code>, <code>"visible"</code>></p>
<hr />
<h3 id="shellenvmodifier">ShellEnvModifier<a class="headerlink" href="#shellenvmodifier" title="Permanent link">#</a></h3>
<p>Ƭ <strong>ShellEnvModifier</strong>: (<code>ctx</code>: <a href="../../interfaces/Common.Types.ShellEnvContext/"><code>ShellEnvContext</code></a>, <code>env</code>: <code>Record</code>&lt;<code>string</code>, <code>string</code> | <code>undefined</code>>) =&gt; <code>Record</code>&lt;<code>string</code>, <code>string</code> | <code>undefined</code>></p>
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>

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.