mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 3931c90d30 to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
23df939d95
commit
a01acf7026
@ -918,7 +918,7 @@
|
|||||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
<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>
|
<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>
|
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||||
<p>IpcRegistrar.__@IpcPrefix@1581</p>
|
<p>IpcRegistrar.__@IpcPrefix@1584</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a><<code>LensExtensionDependencies</code>></p>
|
<p>• <code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a><<code>LensExtensionDependencies</code>></p>
|
||||||
|
|||||||
@ -731,6 +731,13 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#methods" class="md-nav__link">
|
||||||
|
Methods
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -799,6 +806,33 @@
|
|||||||
reason
|
reason
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#status" class="md-nav__link">
|
||||||
|
status
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#methods_1" class="md-nav__link">
|
||||||
|
Methods
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<nav class="md-nav" aria-label="Methods">
|
||||||
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getexplanation" class="md-nav__link">
|
||||||
|
getExplanation
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -834,6 +868,11 @@
|
|||||||
<li><a href="./#kind">kind</a></li>
|
<li><a href="./#kind">kind</a></li>
|
||||||
<li><a href="./#message">message</a></li>
|
<li><a href="./#message">message</a></li>
|
||||||
<li><a href="./#reason">reason</a></li>
|
<li><a href="./#reason">reason</a></li>
|
||||||
|
<li><a href="./#status">status</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="./#getexplanation">getExplanation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2>
|
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
|
<h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
|
||||||
@ -864,10 +903,18 @@
|
|||||||
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"Status"</code></p>
|
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"Status"</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="message">message<a class="headerlink" href="#message" title="Permanent link">#</a></h3>
|
<h3 id="message">message<a class="headerlink" href="#message" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>message</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <code>Readonly</code> <strong>message</strong>: <code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="reason">reason<a class="headerlink" href="#reason" title="Permanent link">#</a></h3>
|
<h3 id="reason">reason<a class="headerlink" href="#reason" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>reason</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <code>Readonly</code> <strong>reason</strong>: <code>string</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="status">status<a class="headerlink" href="#status" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <code>Readonly</code> <strong>status</strong>: <code>string</code></p>
|
||||||
|
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||||
|
<h3 id="getexplanation">getExplanation<a class="headerlink" href="#getexplanation" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>getExplanation</strong>(): <code>string</code></p>
|
||||||
|
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -918,7 +918,7 @@
|
|||||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
<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>
|
<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>
|
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||||
<p>IpcRegistrar.__@IpcPrefix@1581</p>
|
<p>IpcRegistrar.__@IpcPrefix@1584</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a><<code>LensExtensionDependencies</code>></p>
|
<p>• <code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a><<code>LensExtensionDependencies</code>></p>
|
||||||
|
|||||||
@ -772,6 +772,13 @@
|
|||||||
reason
|
reason
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#status" class="md-nav__link">
|
||||||
|
status
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -803,6 +810,7 @@
|
|||||||
<li><a href="./#kind">kind</a></li>
|
<li><a href="./#kind">kind</a></li>
|
||||||
<li><a href="./#message">message</a></li>
|
<li><a href="./#message">message</a></li>
|
||||||
<li><a href="./#reason">reason</a></li>
|
<li><a href="./#reason">reason</a></li>
|
||||||
|
<li><a href="./#status">status</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
||||||
@ -819,6 +827,9 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="reason">reason<a class="headerlink" href="#reason" title="Permanent link">#</a></h3>
|
<h3 id="reason">reason<a class="headerlink" href="#reason" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>reason</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>reason</strong>: <code>string</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="status">status<a class="headerlink" href="#status" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>status</strong>: <code>string</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