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

Deployed 74f3826235 to master with MkDocs 1.2.2 and mike 1.1.1

This commit is contained in:
GitHub Action 2021-09-15 12:55:09 +00:00
parent 3df398b3f4
commit 87d271cf7a
6 changed files with 316 additions and 281 deletions

View File

@ -904,7 +904,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@44023</p>
<p>IpcRegistrar.__@IpcPrefix@44027</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

@ -904,7 +904,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@44023</p>
<p>IpcRegistrar.__@IpcPrefix@44027</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

@ -1022,6 +1022,13 @@
showDetails
</a>
</li>
<li class="md-nav__item">
<a href="#toggledetails" class="md-nav__link">
toggleDetails
</a>
</li>
<li class="md-nav__item">
@ -1206,6 +1213,7 @@
<li><a href="./#getdetailsurl">getDetailsUrl</a></li>
<li><a href="./#hidedetails">hideDetails</a></li>
<li><a href="./#showdetails">showDetails</a></li>
<li><a href="./#toggledetails">toggleDetails</a></li>
<li><a href="./#withtooltip">withTooltip</a></li>
</ul>
<h2 id="type-aliases_1">Type aliases<a class="headerlink" href="#type-aliases_1" title="Permanent link">#</a></h2>
@ -1580,6 +1588,33 @@ last clicked Node should be "active" while Pod details are shown).</p>
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="toggledetails">toggleDetails<a class="headerlink" href="#toggledetails" title="Permanent link">#</a></h3>
<p><strong>toggleDetails</strong>(<code>selfLink</code>, <code>resetSelected?</code>): <code>void</code></p>
<h4 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
<th align="left">Default value</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>selfLink</code></td>
<td align="left"><code>string</code></td>
<td align="left"><code>undefined</code></td>
</tr>
<tr>
<td align="left"><code>resetSelected</code></td>
<td align="left"><code>boolean</code></td>
<td align="left">true</td>
</tr>
</tbody>
</table>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="withtooltip">withTooltip<a class="headerlink" href="#withtooltip" title="Permanent link">#</a></h3>
<p><strong>withTooltip</strong>&lt;T>(<code>Target</code>): <code>T</code></p>
<h4 id="type-parameters_2">Type parameters<a class="headerlink" href="#type-parameters_2" title="Permanent link">#</a></h4>
@ -1597,7 +1632,7 @@ last clicked Node should be "active" while Pod details are shown).</p>
</tr>
</tbody>
</table>
<h4 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h4>
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
@ -1612,7 +1647,7 @@ last clicked Node should be "active" while Pod details are shown).</p>
</tr>
</tbody>
</table>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
<p><code>T</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.