mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 55a977554d to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
4297410f45
commit
3ff84117eb
@ -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@75745</p>
|
<p>IpcRegistrar.__@IpcPrefix@75747</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> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
||||||
|
|||||||
@ -1069,12 +1069,12 @@
|
|||||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
<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>
|
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||||
<p>LensExtension.__@Disposers@29884</p>
|
<p>LensExtension.__@Disposers@29880</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
|
<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>
|
<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>
|
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
<p>LensExtension.__@lensExtensionDependencies@29887</p>
|
<p>LensExtension.__@lensExtensionDependencies@29883</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
<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>: <code>MenuRegistration</code>[] = <code>[]</code></p>
|
||||||
|
|||||||
@ -1622,7 +1622,7 @@ lifecycle events from running.</p>
|
|||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onChange</strong>(<code>evt</code>): <code>void</code></p>
|
<p>▸ <strong>onChange</strong>(<code>evt</code>): <code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
|
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -1639,7 +1639,7 @@ lifecycle events from running.</p>
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_20">Returns<a class="headerlink" href="#returns_20" title="Permanent link">#</a></h4>
|
<h4 id="returns_20">Returns<a class="headerlink" href="#returns_20" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>Promise</code><<code>void</code>></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onfocus">onFocus<a class="headerlink" href="#onfocus" title="Permanent link">#</a></h3>
|
<h3 id="onfocus">onFocus<a class="headerlink" href="#onfocus" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onFocus</strong>(<code>evt</code>): <code>void</code></p>
|
<p>▸ <strong>onFocus</strong>(<code>evt</code>): <code>void</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@75745</p>
|
<p>IpcRegistrar.__@IpcPrefix@75747</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> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
||||||
|
|||||||
@ -1197,12 +1197,12 @@
|
|||||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
<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>
|
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||||
<p>LensExtension.__@Disposers@29884</p>
|
<p>LensExtension.__@Disposers@29880</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
|
<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>
|
<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>
|
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
<p>LensExtension.__@lensExtensionDependencies@29887</p>
|
<p>LensExtension.__@lensExtensionDependencies@29883</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="additionalcategorycolumns">additionalCategoryColumns<a class="headerlink" href="#additionalcategorycolumns" title="Permanent link">#</a></h3>
|
<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>
|
<p>• <strong>additionalCategoryColumns</strong>: <a href="../../interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/"><code>AdditionalCategoryColumnRegistration</code></a>[] = <code>[]</code></p>
|
||||||
|
|||||||
@ -824,7 +824,7 @@
|
|||||||
<p>• <code>Optional</code> <strong>isSelected</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>isSelected</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="label">label<a class="headerlink" href="#label" title="Permanent link">#</a></h3>
|
<h3 id="label">label<a class="headerlink" href="#label" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>label</strong>: <code>string</code></p>
|
<p>• <strong>label</strong>: <code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>value</strong>: <code>Value</code></p>
|
<p>• <strong>value</strong>: <code>Value</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