mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 983304f824 to master with MkDocs 1.2.3 and mike 1.1.2
This commit is contained in:
parent
25a0061c46
commit
94d74771fe
@ -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@44157</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@44158</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>
|
||||
|
||||
@ -899,8 +899,8 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#copyk8sobjname" class="md-nav__link">
|
||||
copyK8sObjName
|
||||
<a href="#copytitle" class="md-nav__link">
|
||||
copyTitle
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@ -1028,7 +1028,7 @@
|
||||
<li><a href="./#componentwillreceiveprops">componentWillReceiveProps</a></li>
|
||||
<li><a href="./#componentwillunmount">componentWillUnmount</a></li>
|
||||
<li><a href="./#componentwillupdate">componentWillUpdate</a></li>
|
||||
<li><a href="./#copyk8sobjname">copyK8sObjName</a></li>
|
||||
<li><a href="./#copytitle">copyTitle</a></li>
|
||||
<li><a href="./#forceupdate">forceUpdate</a></li>
|
||||
<li><a href="./#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></li>
|
||||
<li><a href="./#onclickoutside">onClickOutside</a></li>
|
||||
@ -1395,14 +1395,29 @@ prevents this from being invoked.</p>
|
||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentWillUpdate</p>
|
||||
<hr />
|
||||
<h3 id="copyk8sobjname">copyK8sObjName<a class="headerlink" href="#copyk8sobjname" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>copyK8sObjName</strong>(): <code>void</code></p>
|
||||
<h3 id="copytitle">copyTitle<a class="headerlink" href="#copytitle" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>copyTitle</strong>(<code>title</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>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>title</code></td>
|
||||
<td align="left"><code>string</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
|
||||
<p><code>void</code></p>
|
||||
<hr />
|
||||
<h3 id="forceupdate">forceUpdate<a class="headerlink" href="#forceupdate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>forceUpdate</strong>(<code>callback?</code>): <code>void</code></p>
|
||||
<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>
|
||||
@ -1429,7 +1444,7 @@ returns an object to be given to componentDidUpdate. Useful for saving
|
||||
things such as scroll position before <code>render</code> causes changes to it.</p>
|
||||
<p>Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
|
||||
lifecycle events from running.</p>
|
||||
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1455,7 +1470,7 @@ lifecycle events from running.</p>
|
||||
<hr />
|
||||
<h3 id="onclickoutside">onClickOutside<a class="headerlink" href="#onclickoutside" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>onClickOutside</strong>(<code>evt</code>): <code>void</code></p>
|
||||
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1475,7 +1490,7 @@ lifecycle events from running.</p>
|
||||
<hr />
|
||||
<h3 id="onescapekey">onEscapeKey<a class="headerlink" href="#onescapekey" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>onEscapeKey</strong>(<code>evt</code>): <code>void</code></p>
|
||||
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_12">Parameters<a class="headerlink" href="#parameters_12" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1495,7 +1510,7 @@ lifecycle events from running.</p>
|
||||
<hr />
|
||||
<h3 id="onmousedown">onMouseDown<a class="headerlink" href="#onmousedown" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>onMouseDown</strong>(<code>evt</code>): <code>void</code></p>
|
||||
<h4 id="parameters_12">Parameters<a class="headerlink" href="#parameters_12" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_13">Parameters<a class="headerlink" href="#parameters_13" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1547,7 +1562,7 @@ lifecycle events from running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="parameters_13">Parameters<a class="headerlink" href="#parameters_13" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_14">Parameters<a class="headerlink" href="#parameters_14" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1579,7 +1594,7 @@ lifecycle events from running.</p>
|
||||
props or states have changed.</p>
|
||||
<p>If false is returned, <code>Component#render</code>, <code>componentWillUpdate</code>
|
||||
and <code>componentDidUpdate</code> will not be called.</p>
|
||||
<h4 id="parameters_14">Parameters<a class="headerlink" href="#parameters_14" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_15">Parameters<a class="headerlink" href="#parameters_15" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -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@44157</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@44158</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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user