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

Deployed d3ce43e73d to master with MkDocs 1.2.2 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-08-23 11:39:19 +00:00
parent 6831895c4b
commit 406aef6e5f
8 changed files with 291 additions and 280 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@43149</p>
<p>IpcRegistrar.__@IpcPrefix@43099</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

@ -1007,7 +1007,7 @@
<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@30735</p>
<p>LensExtension.__@Disposers@30683</p>
<hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</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@43149</p>
<p>IpcRegistrar.__@IpcPrefix@43099</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

@ -1440,7 +1440,7 @@
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;T, void, undefined></p>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<p>ItemStore.__@iterator@589</p>
<p>ItemStore.__@iterator@590</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -904,6 +904,13 @@
topBarItems
</a>
</li>
<li class="md-nav__item">
<a href="#welcomebanners" class="md-nav__link">
welcomeBanners
</a>
</li>
<li class="md-nav__item">
@ -1061,6 +1068,7 @@
<li><a href="./#protocolhandlers">protocolHandlers</a></li>
<li><a href="./#statusbaritems">statusBarItems</a></li>
<li><a href="./#topbaritems">topBarItems</a></li>
<li><a href="./#welcomebanners">welcomeBanners</a></li>
<li><a href="./#welcomemenus">welcomeMenus</a></li>
</ul>
<h3 id="accessors">Accessors<a class="headerlink" href="#accessors" title="Permanent link">#</a></h3>
@ -1103,7 +1111,7 @@
<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@30735</p>
<p>LensExtension.__@Disposers@30683</p>
<hr />
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
<p><strong>appPreferences</strong>: <a href="../../interfaces/common.types.apppreferenceregistration/">AppPreferenceRegistration</a>[] = []</p>
@ -1169,6 +1177,9 @@
<h3 id="topbaritems">topBarItems<a class="headerlink" href="#topbaritems" title="Permanent link">#</a></h3>
<p><strong>topBarItems</strong>: <code>TopBarRegistration</code>[] = []</p>
<hr />
<h3 id="welcomebanners">welcomeBanners<a class="headerlink" href="#welcomebanners" title="Permanent link">#</a></h3>
<p><strong>welcomeBanners</strong>: <code>WelcomeBannerRegistration</code>[] = []</p>
<hr />
<h3 id="welcomemenus">welcomeMenus<a class="headerlink" href="#welcomemenus" title="Permanent link">#</a></h3>
<p><strong>welcomeMenus</strong>: <code>WelcomeMenuRegistration</code>[] = []</p>
<h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2>

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.