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

Deployed 41d4daded7 to master with MkDocs 1.3.0 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-05-26 13:55:22 +00:00
parent 9ef5b00539
commit 57e06c6627
8 changed files with 51 additions and 9 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@73693</p>
<p>IpcRegistrar.__@IpcPrefix@73713</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>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1069,12 +1069,12 @@
<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@30080</p>
<p>LensExtension.__@Disposers@30079</p>
<hr />
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensMainExtensionDependencies</code></p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>LensExtension.__@lensExtensionDependencies@30083</p>
<p>LensExtension.__@lensExtensionDependencies@30082</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>

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@73693</p>
<p>IpcRegistrar.__@IpcPrefix@73713</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>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1197,12 +1197,12 @@
<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@30080</p>
<p>LensExtension.__@Disposers@30079</p>
<hr />
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensRendererExtensionDependencies</code></p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>LensExtension.__@lensExtensionDependencies@30083</p>
<p>LensExtension.__@lensExtensionDependencies@30082</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>

View File

@ -930,7 +930,28 @@
<hr />
<h3 id="svg">svg<a class="headerlink" href="#svg" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>svg</strong>: <code>string</code></p>
<p>Either an SVG data URL or one of the following strings</p>
<p>Either an SVG XML or one of the following names
- configuration
- crane
- group
- helm
- install
- kube
- lens-logo
- license
- logo-lens
- logout
- nodes
- push_off
- push_pin
- spinner
- ssh
- storage
- terminal
- user
- users
- wheel
- workloads</p>

View File

@ -4330,7 +4330,28 @@ A hint could be a sample value or a brief description of the expected format.</p
<hr />
<h3 id="svg">svg<a class="headerlink" href="#svg" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>svg</strong>: <code>string</code></p>
<p>Either an SVG data URL or one of the following strings</p>
<p>Either an SVG XML or one of the following names
- configuration
- crane
- group
- helm
- install
- kube
- lens-logo
- license
- logo-lens
- logout
- nodes
- push_off
- push_pin
- spinner
- ssh
- storage
- terminal
- user
- users
- wheel
- workloads</p>
<h4 id="inherited-from_260">Inherited from<a class="headerlink" href="#inherited-from_260" title="Permanent link">#</a></h4>
<p><a href="../Renderer.Component.BaseIconProps/">BaseIconProps</a>.<a href="../Renderer.Component.BaseIconProps/#svg">svg</a></p>
<hr />

File diff suppressed because one or more lines are too long

Binary file not shown.