mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 54b92aa9b6 to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
e3995f571a
commit
baa9ab9c6f
@ -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@69758</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@73654</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><<code>LensExtensionDependencies</code>></p>
|
||||
|
||||
@ -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@31045</p>
|
||||
<p>LensExtension.__@Disposers@30076</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@31048</p>
|
||||
<p>LensExtension.__@lensExtensionDependencies@30079</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>
|
||||
|
||||
@ -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@69758</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@73654</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><<code>LensExtensionDependencies</code>></p>
|
||||
|
||||
@ -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@31045</p>
|
||||
<p>LensExtension.__@Disposers@30076</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@31048</p>
|
||||
<p>LensExtension.__@lensExtensionDependencies@30079</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>
|
||||
|
||||
@ -873,18 +873,22 @@
|
||||
<h2 id="variables_1">Variables<a class="headerlink" href="#variables_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="appname">appName<a class="headerlink" href="#appname" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>appName</strong>: <code>string</code></p>
|
||||
<p><strong><code>deprecated</code></strong> Switch to using appNameInjectable</p>
|
||||
<hr />
|
||||
<h3 id="islinux">isLinux<a class="headerlink" href="#islinux" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>isLinux</strong>: <code>boolean</code></p>
|
||||
<p><strong><code>deprecated</code></strong> Switch to using isLinuxInjectable</p>
|
||||
<hr />
|
||||
<h3 id="ismac">isMac<a class="headerlink" href="#ismac" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>isMac</strong>: <code>boolean</code></p>
|
||||
<p><strong><code>deprecated</code></strong> Switch to using isMacInjectable</p>
|
||||
<hr />
|
||||
<h3 id="issnap">isSnap<a class="headerlink" href="#issnap" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>isSnap</strong>: <code>boolean</code> = <code>!!process.env.SNAP</code></p>
|
||||
<hr />
|
||||
<h3 id="iswindows">isWindows<a class="headerlink" href="#iswindows" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>isWindows</strong>: <code>boolean</code></p>
|
||||
<p><strong><code>deprecated</code></strong> Switch to using isWindowsInjectable</p>
|
||||
<hr />
|
||||
<h3 id="issuestrackerurl">issuesTrackerUrl<a class="headerlink" href="#issuestrackerurl" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>issuesTrackerUrl</strong>: <code>string</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.
Loading…
Reference in New Issue
Block a user